Builder « GUI « Java Swing Q&A





1. Java, GUI builder or hand coding?    stackoverflow.com

My company software has a lot of forms, till now we wrote the code by hand (MVC way). We consider start using GUI builder. There are few problems with using a Builder.

  1. Parts of ...

2. the distance tends to be one, but I want the distance to tend to be another    stackoverflow.com

When I'm positioning textareas on the screen (with the gui-builder of netbeans), the distance between the first and the second tends to be one (18 pixels), the distance between the second ...

3. Java GUI Builder.... do you know any?    stackoverflow.com

Possible Duplicate:
IDE for Swing
Hi I'm looking for some java gui builder. I used Swing Designer from instantiations and it was pretty good, but I ...

4. Netbeans Java SE GUI Builder: private initComponents() problem    stackoverflow.com

When I build a GUI for my Java SE app with Netbeans GUI builder, it puts all the codes in the initComponents() method which is private. I could not change it ...

5. Is it ok if i start making swing apps using Netbeans GUI builder?    stackoverflow.com

I learnt swing basics and event handling basics from head first java... Then i read a few tutorials on swing app development using netbeans... and i loved it as i ...

6. Netbeans GUI Builder    stackoverflow.com

I have a rather large application. I have used the Netbeans GUI builder for most of the GUI work. Now that the project is starting to get large, I was wondering ...

7. Free Java GUI Builder?    stackoverflow.com

I SUCK at using Layout Managers. I can never get anything right... so.. can anyone suggest to me free GUI builders for applets? Do NOT suggest Eclipse or Netbeans because I ...

8. Recommended Standalone Swing GUI Builder?    stackoverflow.com

I do most of my Java coding in Emacs and I have been using NetBeans to build my Swing forms. While the NetBeans form builder works great, a lighter weight solution ...

9. Gui builder (jvider_eclipse) qurey?    stackoverflow.com

I am done with the prerequisite of the extracting the foder (com.bbdsoft.jvider_eclipse_1.7.0) into eclipse plug-in folder... When i try to a open the file.jvd, under a Java project by double click, ...





10. How can I achieve WYSIWYG in NetBeans GUI Builder?    stackoverflow.com

I've spent many fruitless hours trying to create what I consider to be a very simple GUI. One thing that makes it simple is that I don't even expect it ...

11. NetBeans Gui Builder on existing code    stackoverflow.com

I use Eclipse from time to time to maintain some java code for my employer and to hack locally some OSS to my needs. While I did not upgraded my Eclipse distro ...

12. GUI Builder resets settings strangly    forums.netbeans.org

Posted: Mon Nov 09, 2009 11:15 pm Post subject: GUI Builder resets settings strangly Hi all, I am a) completely new to Java and b) completely new here ...

13. WYSIWYG Problem in GUI Builder    forums.netbeans.org

Hi, I am using the Free Design layout manager in NetBeans(6.7.1), and I am getting some wysiwyg problems after the application(J2SE) is launched. If you look at the attached screenshots : ...

14. Problem with GUI Builder    forums.netbeans.org

So I made my project, design the UI with GUI Builder, but the problem is when I run the program, some components didn't show up. It showed in the design window, ...

15. Netbeans 6.8 and Gui builder...    forums.netbeans.org

Hello all, i've started to work on a project on Netbeans 6.8, i've choosed it because i need a good framework with a good gui builder. There is a little problem: ...

16. Netbeans GUI builder    forums.netbeans.org

Hello one and all I have been poking around the GUI builder and it seems quite hopeless to me. If there was a tutorial that did something besides the simple, I ...





17. GUI Builder, Changing default close operation    forums.netbeans.org

I'm sure this has been asked before, but I couldn't find it with search. Anyway, I'm still learning java, so this is kind of a Java/Netbeans question. I'm using the Netbeans ...

18. Problem with using netbeans GUI Builder    forums.netbeans.org

Hi, My name is alex and I am a student at computer science faculty. I would like to tell you of a problem of mine while using netbeans gui builder: i ...

19. GUI Builder java    forums.netbeans.org

Hey i was building a java applet, is there anyway to turn off the automatic positioning in netBeans, because when i try and move stuff it automatically resizes buttons and keeps ...

20. simple GUI builder question    forums.netbeans.org

mistertransistor Joined: 09 Dec 2009 Posts: 36 Posted: Thu Jul 01, 2010 8:32 pm Post subject: simple GUI builder question Can someone please point me to somewhere that ...

21. simple GUI builder question    forums.netbeans.org

mistertransistor Joined: 09 Dec 2009 Posts: 36 Posted: Thu Jul 01, 2010 8:33 pm Post subject: simple GUI builder question Can someone please point me to somewhere that ...

22. My first app built with the GUI Builder    forums.netbeans.org

After years of not using this feature, I tried it on an app from scratch. It was great for allowing me to concentrate on my "application code" rather than in the ...

23. NetBeans GUI Builder .... Killing ME!    forums.netbeans.org

Words can't describe how much I hate NetBeans GUI Builder. Today, my boss asked me to make some updates to the GUI and doing so made other components either disappear, get extremely large, small, and basically ruined my day. I had to spend the entire day fixing the mess caused by simply adding a component to a GUI form today. I've ...

24. How to implement runnable using the netbeans GUI form builder    forums.netbeans.org

Aloha All I just started using the netbeans form builder and I dont know how implement runnable... is there a setting I need to tick? I can hard code it to make it work.. but I felt using the builder this would have been easier... basically I want all my buttons running on a thread for a multi client / server ...

25. Free GUI Swing Builder    coderanch.com

26. GUI Builder    coderanch.com

Originally posted by Santiago Bravo: question for those who have experience in building GUIs...do you use any GUI builders? Is it better to code GUIs from scratch? Hello Santiago, I'd like to answer your question with a question: What's your experience with Swing GUI and what's your goal? If your experience is limited and your goal is to learn how to ...

28. Eclipse GUI Builder    java-forums.org

29. GUI builder toll in Eclipse    java-forums.org

Hi guys, I would like to know how to use GUI builder in Indigo Eclipse. I am new to java I don't know is GuI builder possible in Eclipse or not. I know net beens have option drag and drop. I am looking same kind of future in eclipse. Please reply to me. Thanks Khan

30. Help with NetBeans 5 GUI builder    java-forums.org

Just getting into building GUI's with the NetBeans 5 GUI builder and encountered an issue that has stopped me dead in my tracks... A short discription of the interface: 1 JFrame 3 JPanel (setupPanel, dataPanel, gameSheet) and a bunch of buttons, text feilds and all that jazz (I removed most of them though so that I can focus on my issue) ...

31. netbeans gui builder    java-forums.org

32. gui builder vs from scratch    java-forums.org

My own non-professional opinion: if you're just learning Swing (which isn't you), then go through the tutorials and learn to do it by hand so that you can gain an understanding of the underpinnings of the library. We see too many folks using the GUI builder as if this were C#, and then due to misconceptions, fall flat on their face ...

33. Netbeans Swing Gui builder Problem    forums.oracle.com

Im new to using netbeans, i decided to use the GUI builder to make my life a little easier, but ive hit a problem. I can only assume the problem is due to my misunderstanding. I have created a JLabel (inside a JPanel, in a JFrame). Lets assume that the JLabel is called "jLabel". I want to set its icon to ...

34. Standard Gui Builder?    forums.oracle.com

This is probably a better question for an eclipse forum. I use eclipse, but rarely build GUIs and when I do, I build them by hand. I find dragondrop editors to be pretty useless when a project gets large. I even write ASP.Net by hand, although it has a very good editor.

35. Matisse GUI Builder from Java 6 to Java 5    forums.oracle.com

Hi! I've developed an interface with Matisse using java6 library. Now I've figured out that I had to develop my project using java5 library, so I've changed it in "libraries" of my java project including "swing-layout-1.0.jar". The problem is that the code genereted by Matisse now (of course) doesent work because in the code I have javax.swing.GroupLayout (for example: javax.swing.GroupLayout destinatarioPanelLayout ...

36. Free Download + Java + GUI Builder    forums.oracle.com

ok everyone in this forum. i would like to recommend this idea: for implementing GUI in java, we can use IDE like delphi, visual basic, etc. but for java language: 1. netbeans > vendor > Sun 2. JBuilder > vendor > Borland 3. Visual J++ > vendor > Microsoft besides using IDE, actually JDK for J2SE 1.4.x has already had features ...

37. GUI builder for Eclipse    forums.oracle.com

Here are your quick answers: No Eclipse does not come with one, Eclpise barely comes with anything, you have to find a plugin for it. Yes there are several plugins for GUI drag and drop. I tried them and most outright suck, none even compare to Netbeans. Here are the quick answers you don't want to here but need to take ...

38. NetBeans GUI Builder is not changing the generated code - help!!    forums.oracle.com

Hi, I am trying to edit a JFrame with the NetBeans GUI builder. It created it fine and until now has been working just fine. Suddenly, it stopped updating the generated code to match the design. When I try to change the text of radio buttons in a dialog, for example, the old text is still there when I compile the ...

39. gui builder question    forums.oracle.com

hey all, i am a big fan of intellij idea but i recently downloaded the new netbeans 5.5 and i really liked its gui builder, the thing is that i like the way that i can place a component anywhere i like in the form...thats not the case in intellij idea.... my question is, is there a way that i can ...

40. GUI builder pugin for eclipse    forums.oracle.com

41. GUI Form Builder (Netbeans)    forums.oracle.com

Ok, I see now, nevermind what I suggested. Lay out exactly what you're trying to accomplish here, to me it looks like you are creating an ArrayList to hold all your buttons, then adding a bunch of buttons to the list, (but you skipped the step where you create the buttons). Then you retrieve each one and set the background. Is ...