IDE « Development « Java Swing Q&A





1. IDE for Swing    stackoverflow.com

Is there any IDE that simplifies creating Swing applications (ideally something along the lines of Visual Studio)

2. What GUI should I run with JUnit(similar to NUnit gui)    stackoverflow.com

What GUI should use to run my JUnit tests, and how exactly do I do that? My entire background is in .NET, so I'm used to just firing up my NUnit ...

3. Visual inheritance in Java    stackoverflow.com

The team in which I work has been getting problems with the visual inheritance of the forms in the Java platform. We want to develop a base JFrame with some controls in ...

4. What Java IDEs work well with existing GUIs and may help with conversions?    stackoverflow.com

I have an application of some 85 "frames" which was originally written with JBuilder 5 - an early IDE. The app is pure Java and I think it's all mostly Swing ...

5. Java application does not work properly outside IDE's directory    stackoverflow.com

When I run it with NetBeans it's all OK. When I copy dist directory contents and run .jar, some stuff gets buggy. Most important, JTable editing gets messy, some fields lose ...

6. Can you suggest me a fast Swing IDE    stackoverflow.com

Currently I am using Netbeans to develop applications in Swing, but Netbeans is very very slow. Can anyone suggest me a comprehensive Swing development GUI like Netbeans but lightweight Thanks

7. Creating GUI's using Java Swing with Netbeans IDE    stackoverflow.com

They have this very cool drag and drop thing that creates GUI on the fly. But I don't get to learn anything out from this method and I feel guilty about ...

8. Odd behaviour from Java IDE (NetBeans)    stackoverflow.com

I'm using Java and NetBeans to create an application and I seem to be getting some varying results when it comes to making and changing the GUI using the editor. My design ...

9. How to perform GUI task in Java    stackoverflow.com

I am moving to Java from C#, and for my curiosity I like to ask question, in C# adding UI objects was drag and drop task and also changing and ...





10. Multiple IDE's in a software development team    stackoverflow.com

My team's about to begin development on an application with a Swing client and an EJB Back end. I'm thinking of standardizing on using Netbeans for developing the Swing portion because ...

11. How do I control Java/Swing GUI component alignment using NetBeans IDE?    stackoverflow.com

As a NetBeans novice, I'm laying out a pretty simple 2-panel GUI using NetBeans 7.0, and I'm having the craziest time getting some components (JButtons, JLabels, JSlider) to stay where I ...

12. Java IDE for desktop developement    stackoverflow.com

I have to create a desktop application in java. I have experience in working with eclipse IDE for web development. Now for Desktop development whether i have to stick with eclipse ...

13. how to deploy a java swing-sqlite application developed on netbeans IDE to the client's system?    stackoverflow.com

I have started to develop a dekstop application on Netbeans7 using java swing and sqlite.But i am worried about it's deployment,because..i may get an executable jar file from netbeans..but it ...

14. Question about using NetBean IDE creat a GUI    forums.netbeans.org

Hi, I am new to this. I just tried to create a GUI which contains some panes and scroll panes with NetBean Visual feature. I draw the frame, put panes in ...

15. Using GUI Builder in mixed IDE dev environment    forums.netbeans.org

Posted: Mon May 23, 2011 1:36 pm Post subject: Using GUI Builder in mixed IDE dev environment I have used Matisse extensively in the past at a different job with great success. The entire development team at this previous job used NetBeans. I am now at a different job designing a new application and have used matisse to ...

16. IDE Gui usage    forums.netbeans.org

I created a JInternalFrame form in netbeans and designed the layout. I have a modification to do on the interface but when I open the java in the Ide I have no more the design tab! The .form file exists on the disk in the src folder. What to do to connect again the .java and the .form? I am not ...





17. GUI IDE....    coderanch.com

18. The Best IDE to creat GUI !    coderanch.com

Hello Java Developers & Programmers I am a Java Programmer who to do a project I need a perfect IDE! No VisualAge or Jbuilder because they need more RAM ! I am looking for a new IDE that runs with small RAM Just to create GUI(visually)and transfer its code into JDK (like Jbuilder & Visual Age) I will appreciative to send ...

19. Small IDE for creating GUI using SWING?    coderanch.com

Hi!, I am new to Java and SWING and this forum. I want to develop an IDE for easily creating layout's and GUI's using SWING components as a mini project for myself. I have looked at Forte which appears to be a professional edition of what I want to do. Could anyone point me in the right direction to start? Like ...

20. Best IDE for swing    coderanch.com

21. Good IDE    coderanch.com

Hi, I haven't used the other IDE mentioned above, but I use JBuilder. The nice thing about it is you just drag controls on to a "form" and double click them to add event logic. Unfortunately, JBuilder is expensive for what you get and isn't as slick IMHO as, say, Visual Studio .NET, but it's a LOT better than doing it ...

22. Swing: handcode versus IDE generated code    coderanch.com

My non-book related 2-cents worth... If there was 1 IDE that everyone used to code GUI's then I would be all for it. As open as the Java Community is and as many choices as there are this makes things difficult for GUI builders in an IDE. The reason for this is there is no common standardized structure for spitting out ...

23. better IDE for custom property editing?    coderanch.com

Hello All, I am developing a bean component which is edited by UI developer to modify the bean properties. Right now, We are using NetBeans for UI development. I compared NetBeans with Eclipse. It looks like NetBeans is better than Eclipse for developing UI. I would like to know whether NetBeans is the best in IDEs for UI development with custom ...

24. Good IDE for swing development    coderanch.com

25. Which Swing IDE is used    coderanch.com

26. IDE for Swing    coderanch.com

27. Swing IDE    coderanch.com

28. Best IDE    coderanch.com

30. Need advise on selecting the IDE for swing UI development    coderanch.com

Hi, I'm looking for a best IDE for developing swing application. Our application is a Rich Desktop Client Application which will have more than one hunderd screens. And all the business logics will be J2EE EJB services. At the initial stage, we thought of using the .net winform technology as Desktop Rich GUI for its best look & feel and productivity ...

31. Eclipse IDE    coderanch.com

32. NetBeans IDE 5.5    coderanch.com

33. Swing application using netBeans IDE    coderanch.com

This is a small example. The label is not visible in the JPanel. Since I used netbeans I am posting the entire code generated. Please let me know why the component JLabel is not visible inside the panel. Still I couldn't figure it out. /* * test1.java * * Created on April 8, 2008, 3:11 PM */ package testing; import javax.swing.JLabel; ...

34. GUI development ide?    coderanch.com

I'm just getting into Java and am interested in finding a way to develop a GUI and have the initialization and code stubs generated. Are there lots of IDEs that do that? Which is the favorite or best for a beginner. The application I'll be building, to learn Java, is a Suduko solver so I'll need to be able to display ...

35. GUI Creation With IDEs    coderanch.com

Hi folks, I have a new question. It came up while I was just happy and all about my new discovery: Eclipse an java IDE that obeys me and not the contrary like some other IDEs *cof*netbeans*cof*. Well like I was saying, I was just happy and enjoying my new IDE and all its code-wizards and widgets. At one moment I ...

36. is there any IDE for java swings?    coderanch.com

37. What are the IDE's people use for GUI building ?    coderanch.com

I use Netbeans. Helps me to be focused on the functionality of the application rather than worrying about the layout and other alignment related issues for the GUI. I feel using GUI builder for larger application is better. But for smaller, sample applications one can use Simple editor to build the GUI. Also Eclipse has lot of plugins for GUI builder- ...

38. Sample Code for a SIMPLE IDE in Java    coderanch.com

It may not be quite what you're looking for, but the NetBeans Platform provides a framework for doing this sort of thing. You might like to have a look at the paint program that is one of the supplied code samples. You could program it from scratch using the standard Java Platform, but it wouldn't be "simple"... it would be long ...

39. Swing with eclipse IDE    coderanch.com

40. Help with creating a Baisc IDE    coderanch.com

There was recently another question related to the same project. That person was looking for info that resulted in discussion of 'tool tips' and 'code completion.' You might try searching for those to find the discussion. Why are you working this project? Is it a major school project? When is it due?

41. Swing Ide?    java-forums.org

42. i need a IDE for embedded java    java-forums.org

43. Minimalist GUI, do I need to add anything to Eclipse IDE?    java-forums.org

I'm new to Java and Eclipse. I've just downloaded Eclipse Indigo to use with OSX Lion. The app I'd like to create will have a very minimalist GUI. I need a black fullscreen (no menubar, scrolling, resizing, just a black screen). Within this space I need to dynamically create and arrange clickable buttons that are simply colored rectangles with text labels ...

44. Recommendation of Swing GUI IDE    forums.oracle.com

Hi all, We're a group of C++ programmers without much Java experience. We're going to build a Java client/server solution with a client GUI based on Swing. Can anyone in this forum recommend an IDE for this. I can see in previous posts that Eclipse, NetBeans, and JBuilder are mentioned a lot but I guess the IDEs might have changed somewhat ...

45. Which IDE is suitable for GUI in Java?    forums.oracle.com

Which IDE is suitable for GUI in Java? I have kind of complex form with many text fields and buttons in a Java application. I have been trying with Netbeans, everything is fine with Netbeans but it is a huge problem when all the graphics components move around when you have too many graphic.... I am looking for IDE with GUI ...