progress bar with windows look and feel
From: Martin Trobec (trobecgeologygroup_at_shaw.ca)
Date: 03/31/04
- Next message: RC: "Re: How to do "Please wait .....""
- Previous message: Flip: "Re: Capture key (short-cut)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 31 Mar 2004 15:36:24 GMT
Using winMe with jdk1.4, and with default java look and feel, my application
reads a text file and displays read progress in a JProgressBar which
gracefully closes when the file read is finished..
I added the UIManager.getSystemLookAndFeelClassName() setting as the first
code in my main method and this successfully caused all components to be
displayed in windows look and feel, however, my JProgressBar has a problem.
It pops up but does not show progress, and then closes when the file has
finished loading.
I would be grateful for any suggestions why the JProgressBar would work fine
in java default laf but not in windows laf.
Many thanks.
Martin
- Next message: RC: "Re: How to do "Please wait .....""
- Previous message: Flip: "Re: Capture key (short-cut)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|