Results 1 to 1 of 1
- 09-13-2010, 09:55 PM #1
Member
- Join Date
- Sep 2010
- Posts
- 1
- Rep Power
- 0
Java Swing Gui Slow init on Solaris user
I have created a small Java Swing application which has a main screen, several tabbed sub-screens, a splash screen and a couple pop-up windows. Everything works fine on my Windows OS and also when running from someone else's Solaris environment. However, creating a new tabbed sub-window from the application in my Solaris(Sparc) environment, there is a long delay (about 1 minute), then the tabbed window appears. This only happens the first time after the application has been started. All other subsequent tabbed windows appears without delay. Moreover when I first log in, my JavaDesktop system takes a couple minutes longer than other users to initialize. It is as if there is a timeout occurring somewhere on a path search. I have checked all my paths (PATH and LD_LIBRARY_PATH), but can't find an issue.
I have also instrumented the code and find no delays in returning from the Java swing classes/methods, etc. It as if the paint manager takes forever to load something in for the first time.
Any ideas? Any paint manager debugging I can turn on?
Similar Threads
-
First Java game: Why is screen painting so slow?
By CoderMan in forum Java GamingReplies: 5Last Post: 05-20-2010, 02:55 AM -
Why my java lan game programm slow!
By arnelpogs in forum NetworkingReplies: 2Last Post: 12-07-2009, 04:00 PM -
ConsoleWindow.init()
By jon80 in forum New To JavaReplies: 0Last Post: 06-07-2009, 06:44 PM -
Why JAVA is so slow?
By aRTx in forum New To JavaReplies: 2Last Post: 05-11-2009, 10:19 AM -
Thread.sleep/Init?
By Moncleared in forum AWT / SwingReplies: 6Last Post: 01-24-2009, 12:31 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks