You are not logged in.

Search results

Search results 1-20 of 48.

Sunday, January 12th 2014, 8:13pm

Author: birosys

Framework compilation problem

Hi to all. Can someone give me step by step instruction how to compile framework? Thank you. Milan

Friday, October 15th 2010, 8:21am

Author: birosys

Turn off WinLAF???

Ok. Thank's for help theuserbl. Cheers!

Thursday, October 14th 2010, 1:50pm

Author: birosys

Turn off WinLAF???

Hello guys Is there any way to turn off WinLAF? For my apps, i use jlook LAF. Everything is fine, except when msgbox is shown. After closing MsgBox, LAF is restored to WinLAF. Thank's again. Milan

Wednesday, October 6th 2010, 8:30am

Author: birosys

load multiple dialogs

Problem solved. Dialogs must be declared in Form's General Declaration, dialogs, in my case are a child's of main form. Thanks, again Milan

Wednesday, October 6th 2010, 8:15am

Author: birosys

load multiple dialogs

Hi OlimilO, Thank you for response. But, when i do that, only first dialog is loaded in memory, and they are not shown on screen!?! I am totally confused. What you think? Milan

Monday, October 4th 2010, 6:07pm

Author: birosys

load multiple dialogs

Hello to all! How to load and show dialogs from mainform? I have one form and two dialogs. My code in module is Jabaco Source 1 2 3 Public frm1 as Form1 Public dlg1 as dialog1 Public dlg2 as dialog2 and in Form1 is Jabaco Source 1 2 3 dlg1=new dialog1 dlg2=new dialog2 dlg2.show but, it don't working. Any suggestion? And again, sorry for my english. Milan

Wednesday, February 10th 2010, 9:51pm

Author: birosys

JBGrid Click event

JBGrid Click event was not raised if clicked row is > 12 ???

Friday, September 25th 2009, 1:27am

Author: birosys

Java and memory usage

A1880, i must apologize to you. I don't read carefully your last post. The -Xmx parameter on Java is solution for my problem. Thank's again. You are the best Milan

Friday, September 25th 2009, 1:11am

Author: birosys

Java and memory usage

Very simple answer: start 5 different reports, and memory usage is 250mb. In Serbia, PIV on 2ghz, and 1gb of RAM is well bred configuration. I think that it is not normal. By the way, i was reading about custom classloaders, loading classes with them, and after finishing job, set null reference to classloader. What you think about that A1880? And again, thank's for your answers Milan

Wednesday, September 23rd 2009, 11:44pm

Author: birosys

Java and memory usage

I try everything, no success The memory is not deallocated. But, when i minimized app, memory is freed and size of vm is about 2MB. What's happend? Milan

Thursday, September 17th 2009, 10:22pm

Author: birosys

Java and memory usage

Strange situation Open and close report, and again do that, memory usage is over 100mb. I try with Runtime.gc, but nothing happens. It seems that VM don't release any mb of memory.

Wednesday, September 16th 2009, 11:17pm

Author: birosys

Java and memory usage

Thank you A1880 Milan

Wednesday, September 16th 2009, 10:15pm

Author: birosys

Java and memory usage

Hi to all When I start java program, memory usage of javaVM is about 20MB. Only form, nothing else. If i use any other jar lib (like JasperReport) normaly javaVM take more memory(45MB!!!). But, after closing and unloading all custom used objects, VM don't deallocate any byte of memory. Is it normal? Thanks Milan

Wednesday, September 16th 2009, 12:09am

Author: birosys

JasperReport and Jabaco

Hello Here is working sample of JasperReport, very powerful reporting engine. You can use them for your database, or any other application, because data source can be a simple CSV file. First download and setup iReport from JasperForge After installation, create and define your report from iReport After completing report, in Jabaco CLASSPATH add folowing jar files C:\Program Files\Jaspersoft\iReport-nb-3.6.0\ireport\modules\ext\jasperreports-3.6.0.jar C:\Program Files\Jaspersoft\iReport-nb-3.6.0...

Tuesday, September 15th 2009, 10:12pm

Author: birosys

Language mix

Great idea Stefan!

Sunday, September 13th 2009, 11:10pm

Author: birosys

JFormattedTextField

Hi Stefan Thanks for your response. I expected something like this To create my own format, for easy validating user inputs. Milan

Sunday, September 13th 2009, 4:41pm

Author: birosys

Question about deploying jar files

Ok A1880 I now understand. Thank you for help Milan

Saturday, September 12th 2009, 11:59pm

Author: birosys

Question about deploying jar files

Hi A1880 Can i hold my jar libs separate from my Main App jar? For example: In folder MyApp is Main.jar In folder MyApp\Lib is all other jar libs Thans Milan

Saturday, September 12th 2009, 11:42pm

Author: birosys

Question about deploying jar files

Hi to all All my apps are developed using many jar libs. In main part of my apps are only GUI and code for init those libs. When i compile app, all libs are included in main part, and size of that part is over 10mb. How to make them to be separated of other libs? Sorry for poor english, and thanks for the answers Milan

Friday, September 11th 2009, 10:13pm

Author: birosys

Substance skins with Jabaco

I tried with 20 or more controls, it partialy work. ComboBox and RadioBox dont working new screenshot

WoltLab Burning Board