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

Recommended Answers

All 2 Replies

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?

its just a database authentication mdi....

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.