954,523 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Problem with Java Swing

can anyone help me out.
Java Swing GUI's opens really slower than C# forms...is there anything to be done in the code.
and in Applets tooo is is really slower even if you just minimise n maximise the browser...in Applications the components are not seen unless u resize the form...anyone please....as m working on a Java Project for my company and it is a simple...Swing/JDBC Application

Rajnesh
Newbie Poster
24 posts since Jan 2006
Reputation Points: 10
Solved Threads: 1
 

Swing has better performance than AWT. The only problem is Swing draws it's own components which can cause some 'glitching' especially with larger applications that you may have to scroll. In reality, Java's VM is almost the same as the .NET engine, so there really shouldn't be that much of a speed difference. I'd say maybe look some more at your coding..... Are you trying to load a bunch of stuff from a database at RT?

server_crash
Postaholic
2,111 posts since Jun 2004
Reputation Points: 113
Solved Threads: 20
 

its just a database authentication mdi....

Rajnesh
Newbie Poster
24 posts since Jan 2006
Reputation Points: 10
Solved Threads: 1
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You