development « GUI « Java Swing Q&A





1. Modern GUI development    stackoverflow.com

Long long time ago was a Delphi, and any developer can rapidly build win32 GUI application. Delphi was a king (long life to king...) but now delphi and win32 has gone ...

2. GUI development in JAVA    stackoverflow.com

To build a java-based GUI using jsp and servlets, what are the different factors that go into selection of frameworks like AJAX, JSF, Struts 1/Struts 2 etc. Also for each of ...

3. Keeping GUI Development skills sharp    stackoverflow.com

I've been developing in Java Swing for a while now, and I'm starting to feel that Swing-based desktop applications are feeling a little stale and are tedious to develop. I'm seeing ...

4. Netbeans + Swing GUI Development    coderanch.com

Dear all, I am using netbeans as a means of developing my GUI based on Swings components. When I started with popping buttons and menubars and other stuff, it was exciting, because it generates code itself and also navigation of components is much easier. However trouble begins after you create a JFrame with about 100 components. At this point, when I ...

5. Development Opportunity in Dallas    coderanch.com

I have a few opportunities that I hope someone out there is interested in. 1.Java, Swing developer with 5 to 6 years over all experience and about 2-3 years of Swing, transportation industry great but, not needed. Long term contract starts ASAP. 2.Java Script, J2EE, Web sphere, DB2 developer with 2 to 3 years experience and again transportation industry great but, ...

6. development assistance    coderanch.com

8. GUI Development?    coderanch.com

Some people don't like Swing because they don't actually *know* Swing, and are incapable of writing good, effective Swing apps. Swing is actually pretty good, and has held up well over the years. The current Swing API also provides a lot of helpers for things that used to have to be done manually, and often wasn't done correctly, leading to a ...

9. Latest practice in GUI development    coderanch.com

Hi, i'm new to GUI programming in java. For most part, i've written console output programs. With improved reach of web technologies, i wanted to ask.. if i want to develop Desktop applications, which lets say have nothing to do with internet, what is the latest practice in GUI development? Is it swing ? since i hear most people say swing ...





10. Swing Development    coderanch.com

11. sample project development site    coderanch.com

12. Best Swing Development Environment    coderanch.com

There are many people who disagree with you on that last part. If I recall correctly, Rob Camick, Maneesh Godbole and Darryl Burke don't use any GUI builders, and I like to see them as some of the most experienced Swing developers we have around the Ranch. Someone with good knowledge of Swing can produce excellent user interfaces that don't take ...

13. NetBeans or Eclipse: Which is better for GUI development ?    forums.oracle.com

IMO: that is just silly. ...Use the IDE, but learn how to do the manual processes along with it. That means that sometimes you'll not drag and drop to build your GUI, you'll actually code the entire thing. And you really should learn to do things command-line like compile. Do yourself a really big favor too, learn the debugger. The integrated ...