netbeans « GUI « Java Swing Q&A





1. netBeans gui problem    stackoverflow.com

I have designed this gui in netBeans which has a canvas , a couple of JtextAreas and a Jbutton. It looks great in preview, the problem is when I run the ...

2. NetBeans should be named "Mexican Jumping Beans"    stackoverflow.com

I have been trying to set up a Java form in NetBeans with 15 - 20 visual components (buttons, textfields, etc.) and I have been using the Free Design layout paradigm ...

3. How to refactor Netbeans generated GUI code?    stackoverflow.com

I had created a GUI in Netbeans through Netbeans Swing GUI creator. So I just dragged and dropped the Swing Components from the "palette" window and all the code was generated ...

4. How to hide the gui in netbeans?    stackoverflow.com

I have created a new DesktopApplication in Netbeans. When I start it, it shows the gui directly on the screen. How to hide it after startup? Something like this:

DesktopApplication1.getApplication().getMainFrame().setVisible(false);
after the initComponents(); method ...

5. Java and Hyper-V    stackoverflow.com

I am trying to learn something about JAVA and the best way to do this is creating something I would actually use and know what the purpose of it is. I am ...

6. Hey I need help In java netbeans Gui    stackoverflow.com

Hey I need help In java netbeans programming to open frame automatic after specific period of time how to do this plzz i wanna make inrto for my application ??? and ...

7. I'm real java newbie, and tell me about using netbeans    stackoverflow.com

I've heard "If you're newbie, don't use IDE like eclipse, netbeans.. Because you'll be a fool if you used this ide.." I just practice java little... (including classpath, about basics..) and did ...

8. how to edit grayed out area of GUI in NetBeans?    bytes.com

Hey there! No dumb questions here:-) But I am not at leisure to help you right now, I will grab my notebook, it has NetBeans installed, then I'll have a look. ...

9. GUI from a GUI    forums.netbeans.org

I'm new to NetBeans, and I'm trying to put together a collection of applications which run calculations. I have the main front end for the program put together, but I'm a ...





10. gui problem    forums.netbeans.org

hi all, i have one silly doubt..........consider we are adding textfiled or area to frame using drag and drop method and also i have one public method defined in the same ...

11. GUI like netbeans    forums.netbeans.org

Netbeans is also an application framework that would allow you to make applications that behave like it. Not sure what the URL is, but you can google for it or start ...

12. GUI Looks Weird    forums.netbeans.org

So, I went through the Number Additions tutorial on this site after watching some other Java tutorials (I'm new to Java), and it all worked out fine. I'm having a small ...

13. Maximize default Netbeans GUI on startup    forums.netbeans.org

I'm trying to get my project which I created using the netbeans "Java Desktop Application" skeleton to start at a maxmized state. I tried to get it working on a fresh ...

14. Netbeans GUI Missing Features and Bugs    forums.netbeans.org

Hello Netbeans developers 1 - Is there any way to add a search textbox in main project textbox in the main toolbar? 2 - When I switch from one file to ...

15. NetBeans GUI creator problem    forums.netbeans.org

View previous topic :: View next topic Author Message simke_deluxe Joined: 01 Oct 2009 Posts: 2 Posted: Thu Oct 01, 2009 11:52 pm Post subject: NetBeans ...

16. Need Help With GUI    forums.netbeans.org

Just started netbeans not long ago and now trying to create a loop which creates buttons. I need to create a grid of buttons in a grid 10 by 10. I ...





17. Creating GUI's in Netbeans    forums.netbeans.org

I just installed netbeans with the intent of creating an application with a basic GUI. However I don't seem to have the right options in the IDE. When I try to ...

18. GUI without a bean?    forums.netbeans.org

hello, i have a class that does some calculations and i need to display the output. i have another class which is a javabean class and does all the necessary stuff ...

19. GUI in Swings    forums.netbeans.org

To display an image in a form drag a JLabel onto the form, delete the text in the label and set the icon property to the image you want to display ...

20. remotely access to databank through GUI    forums.netbeans.org

Hi, everyone The Netbeans has provided a method to built a GUI which can access to databank. The GUI can access to local databank. I wander whether the GUI can remotely ...

21. GUI disappeared    forums.netbeans.org

Over the last few days I developed a couple of GUIs for my app using 6.7.1. Yesterday afternoon all was well and I shut down normally last night. This morning I ...

22. Edit an Existing GUI Graphically    forums.netbeans.org

Hi, I have a java application with a simple GUI. It has 3 panels, a bunch of Checkboxes, some Labels and buttons. I sucked the project into NetBeans and it builds ...

23. GUI programming at NetBeans    forums.netbeans.org

alekoc Joined: 10 Oct 2008 Posts: 20 Posted: Thu Mar 04, 2010 6:29 pm Post subject: GUI programming at NetBeans I went through many tutorials, tried different containers ...

24. Problem With GUI of Net Beans    forums.netbeans.org

View previous topic :: View next topic Author Message raihan26 Joined: 01 Apr 2010 Posts: 1 Posted: Thu Apr 01, 2010 6:00 pm Post subject: Problem ...

25. Add auto_increment index coloumn with netbeans GUI    forums.netbeans.org

Hi all, im using netebeans gui to create database and table for my javadb or H2 database. The question is: is possibile add an auto_increment index coloumn with the graphics interface ...

26. I need help with a simple GUI    forums.netbeans.org

I made a desktop application instead and that fixed my problem and figured out I had to use float instead of int. I'm new to programming. I wrote my first program ...

27. question about swing gui    forums.netbeans.org

Hi I have go though your Introduction to GUI Building < http://netbeans.org/kb/docs/java/gui-functionality.html > but I do not know how you link one JFrame to another by clicking on a swing button? ...

28. Need Help to develop Multilanguage NetBeans GUI    forums.netbeans.org

Hi all, kindly let me to get started how to add multi language support to netbeans GUI. Also i have idea to display and enable to write java program in other ...

29. How can I change the variable name in the generated GUI code?    forums.netbeans.org

I drag and drop a jComboBox onto my desktop gui app in netbeans and want to rename it from the generated name, jComboBox1, to myComboBox. When I change the 'name' property, ...

30. GUI doesn't appear    forums.netbeans.org

I have a main class Structure.java, a custom class called DrawingPanel (which creates a window which you can animate and draw on with Graphics g) and a GUI class ParameterUI.java, which ...

31. Auto Reply: GUI doesn't appear    forums.netbeans.org

This is an auto-replied message. I am out of office right now. I will be be back in the office on August 16, 2010. Shreedhar Ganapathy (address-removed) is able to contact ...

32. Gui Change Problem    forums.netbeans.org

mix99 Joined: 16 Jan 2010 Posts: 4 Posted: Sun Aug 29, 2010 4:13 pm Post subject: Gui Change Problem Hi guys, I have a strange problem. I have a GUI builded by Netbeans. There are three files: Gui.java -->source code Gui.properties --> containing text of label, button ecc. Gui.form --> an XML file created by NetBeans Reading the ...

33. Question regarding netBean gui code generator!    forums.netbeans.org

If you do new defaultConstructorName().setVisible(true); and then new defaultConstructorName().setVisible(false); You have two instances of the Frame. If you want to act on the same one do something like: JFrame f = new defaultConstructorName(); //show f.setVisible(true); //hide f.setVisible(false); Javier A. Ortiz Bultr

34. GUI support for Facelets?    forums.netbeans.org

I remember the good old days of Java Studio Creator. In it you could drag and drop components onto the page and visually work with them. Today I opened up a JSF 2.0 project only to find that the corollary to Facelets doesn't seem to exist. Seems like a step backwards to me (although I know that everyone says that Facelets ...

35. GUI Editing    forums.netbeans.org

I am trying to follow some instructions. I have opened the IDE. Where do I find the GUI EDITING tab? I am looking for something that says filesystems at the top but my tree is not like this. Also where do I find the MOUNT FILESYSTEM? And the Wizard to generate a JAVA PACKAGE?

36. Refractoring and Matisse GUI    forums.netbeans.org

Hi all, i wrote a swing lib and i used it into my project with matisse. Now i want do some name-packaging-changing, the problem is refractoring can't touch the code write by matisse(locked for editing) , so the question is: There is a smart way to refractor all without open in external file-editor my java classes?

37. Program not showing GUI not showing.    forums.netbeans.org

Hello im new to java but I know about variables,methods,classes and I know how to write hello world and do maths however I cant seem to get the software to render a GUI I have got a internal frame java file and a Main java file in the package I have try running the software but no dice, iv tried building ...

38. Seamless GUI using netbeans/java/swing/awt    forums.netbeans.org

I want to develop an application that uses one single frame. I want to give the user a list of options, they input their option into a text field and submit it. After their submit, I want the frame to be replaced with new content. My current solution is this: frame is made with a jpanel, i stuck the "new conent" ...

39. Swing GUI and Methods    forums.netbeans.org

Hi, just been having some difficulty setting up the Swing template. I created both separate source files for different classes and classes within the file required for Swing use. If I create a button, I haven't been able to make its action be a method of an object created elsewhere. Hmm.. dont know where to put it, I tried typing in ...

40. [Solved] Removing unused methods from GUI    forums.netbeans.org

I made a GUI using the designer and now I don't need/want some of the methods. From what I can tell there is no way to delete the methods. It it at all possible to remove these unused event methods from the source code? Some of the methods are for components that aren't even there anymore and they really clutter up ...

41. netbeans GUI buldire    forums.netbeans.org

hello guys! in net beans when i design the GUI in GUI builder it looks like figure 1. but when we run it it looks like 2nd figure i-e the buttons shape and forms colours are changed. now my question is how we can we do that the app will run in same shape as it looks in GUI builder. (as ...

42. Swing Old GUI    forums.netbeans.org

Hi. I am new to NetBeans, I have an old Swing app with many hand-coded GridBagLayouts. Can NB 7 import these into its GUI designer? Thanks!

43. Netbeans GUI too small    forums.netbeans.org

Since upgrading to netbeans 7, the font size and icons for the netbeans GUI are much smaller. Is there any way to increase their size?

44. Connecting NetBeans GUI    forums.netbeans.org

Does anybody know where the "NetBeans tutorial contributed by Talley Mulligan guides you through the process of connecting the GUI of an application to a Java DB database" is? All the links I found link to - http://netbeans.org/kb/55/gui-database.html but says "Page Not Found" Does anybody knows how to find it? Thank you

45. How do I make a GUI stopwatch?    forums.netbeans.org

Well I have a link here that will let you download the netbeans source code. I am a beginner. please tell me how do I make a stopwatch out of this?? https://sites.google.com/site/technolinkstore/the-store/Stopwatch.zip?attredirects=0&d=1

46. GUI ribbon    forums.netbeans.org

How to create ribbon task for GUI using netbeans ?? -- View this message in context: http://netbeans-org.1045718.n5.nabble.com/GUI-ribbon-tp4479273p4479273.html Sent from the Netbeans IDE Users mailing list archive at Nabble.com.

47. Where has the GUI gone?    forums.netbeans.org

I am using NetBeans 7.0.1, and my GUI form builder/editor seems to have disappeared. If I right-click on the project and select the new option, the only options that I am given are to create a new class, package or interface. Its the same story if I click on a package. There is an 'other' option but none of the options ...

48. GUI problems (begginer)    forums.netbeans.org

Hello, I am new to Java........I am looking for help with simple code for creating and opening window in GUI (via bottom creation). I tryied to find support in events handling on oracle web site http://docs.oracle.com/javase/tutorial/uiswing/events/windowlistener.html but my bottom is still not working Please help

49. Incorrect paths in Netbeans    coderanch.com

51. NetBeans IconImage    coderanch.com

52. Netbeans and backends?    coderanch.com

Hello. I have a question concerning netbeans... I know how to take in a string from a user and process it using code that is placed in the same place as the code for the jframes etc. but does anyone know of a tutorial that can tell me how i can take a string froma JTextfield and pass that to some ...

53. Gui Problem from Netbeans    coderanch.com

54. NETBEANS    coderanch.com

55. Netbeans GUI Code Doubt    coderanch.com

Hi! I have developed a GUI using Swing in Netbeans 6.0.1 I have a JComboBox component which I need to populate with some specific currencies(Strings), retrieved by using a Third-Party Software API. I have a method PopulateCurrencies() which contains the code to retrieve those strings. This method contains an array of Strings - curr[] which stores the retrieved currencies using APIs. ...

56. netbeans coding    coderanch.com

57. out.println vs. gui netbeans    coderanch.com

public String getAllPatients() { FileHandler filehandler = new FileHandler(); ArrayList patientList = filehandler.retrievePatients(); Collections collections = new Collections(patientList); Iterator it = patientList.iterator(); //entrySet().iterator(); while(it.hasNext()) { Patient e= it.next(); //jTextArea1.setText(e.getFirstName().toString() + " " + e.getLastName().toString()); System.out.println(e.getFirstName().toString() + " " + e.getLastName().toString()); return e.getFirstName().toString() + " " + e.getLastName().toString(); } return null; // collections.setPatientList((java.util.ArrayList) filehandler.retrievePatients()); // return collections.getPatientList().toString(); }

58. my little problem on netbeans    coderanch.com

i use netbeans, but i have difficulty in GUI design, not the codes. i mean, when i making a Graphical User Interface, sometimes the panels are moving, then i place it back again. unlike VB6.0 when you place the panel/frame the other frame/panel/objects don't move. but i don't like VB6.0 i prefer java. but when i use absolute layout on a ...

59. creating gui in netbeans    coderanch.com

60. [Netbeans] java Code    coderanch.com

61. help needed in makin GUI (in netbeans) for a maths program(with lots of loops).    coderanch.com

hey i'm new in java. i need to make GUI for my program but i'm confused as to what to wirte in GUI codes and what to write in Main codes etc. could someone please help me? mathprogram.java main class public class mathprogram { public static void main (String[] args){ addition add = new addition(); random ran = new random(); subtraction ...

62. NetBeans and GUI linking    coderanch.com

Whats a main class? Is it a class designed to contain the main() method? In which case, should your main class have anything other than a main() method in? Maybe you should move that method into another class. But you ought to have some sort of control, which you pass to the GUI, and that control will allow the method to ...

63. Problem With GUI of Net Beans    java-forums.org

Problem With GUI of Net Beans I have created a GUI on the Netbeans.... and I wanted to make a cross sign (x) at the same point where user is clicking on the map.... As I have done it successfully.... but the problem is that when I am clicking on the map the cross sign is not coming at ...

64. does gui coding in netbeans is just the same with coding without nebeans?    java-forums.org

Hello guys! Im new here.Hope you guys will help me with this one.Ok, here it goes. I've learned Java programming, and know and understands how to code/program in java but not much though. Now I have a project that uses netbeans. My project is , developing something like, computer/cyber cafe log , where students/users, will log in and out with the ...

65. A Gui question on netbeans (left sidebar)    java-forums.org

66. Where has the GUI gone?    java-forums.org

I am using NetBeans 7.0.1, and my GUI form builder/editor seems to have disappeared. If I right-click on the project and select the new option, the only options that I am given are to create a new class, package or interface. Its the same story if I click on a package. There is an 'other' option but none of the options ...

67. developing a GUI for solaris 10    java-forums.org

Have a look at the Netbeans site. Netbeans is available for Windows, Linux and Solaris and no - you would not be using a .exe to run on Solaris(unless you have an emulator of some sort). Once you have it installed, it maybe be possible to transfer over your personalized Netbeans settings from the Windows platform to the Solaris platform... once ...

68. Customising GUI in netbeans    java-forums.org

Hi, I have been trying to use a jLable to import picture of buttons and then use the events to make it act more like a button, however since the resolution of the text on the button is very bad when I try to import it into netbeans then I have to extends the Jlabel class that has a constructor which ...

69. A Gui question on netbeans (left sidebar)    java-forums.org

70. GUI in Netbeans    java-forums.org

71. Help with GUIs in Netbeans!    java-forums.org

Hi, I need help with a GUI. I am trying to understand it. I am not getting the program to do the calculations when I press the button calculate. I know I am to enter the methods under the ActionPerformed code in Netbeans. I am not sure where I am going wrong, and it is probably something simple. I know the ...

72. Netbeans GUI appearance    java-forums.org

73. Netbeans GUI questions    java-forums.org

Re: Netbeans GUI questions Main Class Java Code: import java.io.*; import java.util.Scanner; import java.lang.String.*; import java.util.StringTokenizer; /* * To change this template, choose Tools | Templates * and open the template in the editor. */ /** * * @author Eric */ public class Main { /** * @param args the command line arguments */ public static void main(String[] args) { AVLForm ...

74. NetBeans GUI    forums.oracle.com

Hello. I'm trying to learn NetBeans, which I chose because of its very good GUI. The tutorial included with NetBeans was very helpful but is far from enough. Could you please recommend some good tutorials on NetBeans GUI? And one question (I'm a newbie, sorry): Let's say I create a form (e.g. the program's general interface) and when the user selects ...

75. Running a NetBeans 5.5.1 GUI in Java 1.5?    forums.oracle.com

Hi everyone, thanks for your interest. I've created a GUI in NetBeans 5.5.1 using the Group Layout package, which is included in Java 1.6. The only problem is I need this app to run in a Java 1.5 environment. I'm not an expert at this but after extensive searching it looks like I can import a .jar file to make everything ...

76. Need help with NetBeans Gui creater    forums.oracle.com

So i am writing code for my basic java class and i am using the Netbeans IDE for creating my GUI for Yahtzee. I have used swing in the past without much problem, and im running into problems. I looked for help from my teacher and book, but they are of no use because netbeans sets up the code diffenetly. My ...

77. Java GUI using Netbeans    forums.oracle.com

hello guys i am relatively new to java.. i was trying to build a gui using netbeans 6.0 gui builder.. can anybody direct me how to make a dialog box that pops up when i click a button in the main panel using netbeans... is it possible using the gui builder alone...????

78. GUI - Using NetBeans    forums.oracle.com

Hi, I am new to using NetBeans and have built a basic GUI using it. However, I want to change the background colour of my GUI to black and cant see how to do this using NetBeans. Please could someone explain to me how to do this. My code is as follows :- /* * GUIII.java * * Created on 29 ...

79. Read serial port with Netbeans GUI    forums.oracle.com

I tried to create program for read data from serial in netbeans. and now I can read serial port and show in command.I want to show in Text Field.I have two code can read data from serial port but can show in command only.please help me to show data in Text field please.You can download my code at http://www.mediafire.com/?mmnnz3vyxnz or see ...

80. netbeans gui    forums.oracle.com

Hey i m designing an application for a quiz like event...I need to get questions from database and display them on the screen.I should be able to move forward and backward.My question is should i create separate frames for each question and dispose them each time or can i use a single frame and just change the questions. is there some ...

81. creating a GUI in netbeans    forums.oracle.com

If anyone can help it would be so GREAT! I am trying to create a GUI, which can import two programs off my desktop into two frames on the GUI. If possible does anyone knows how to do it? Basically my GUI is used in terface and see two differnt prograsm at once. One program is a video feeder, and the ...

82. NetBeans gui and IO    forums.oracle.com

83. Not able to redesign the GUI using Netbeans,after edited the generated code    forums.oracle.com

Hi All, When I design my GUI in the Designer in Netbeans IDE 6.0.1,I was not able to edit the generated code and so i just copied over to textpad, erased the auto generated comment lines that protect the certain areas, and i edited the generated code. After this modification I was not able to design through the designer anymore. With ...

84. Netbeans GUI Help    forums.oracle.com

I am creating a program in Netbeans using its built in GUI Design Interface. One feature this program needs to have is the ability to populate a JList with items. Then, I want to be able to highlight an item on the list and have a button in the GUI perform an action related to the highlighted item. How can I ...

85. Netbeans GUI JForm Question    forums.oracle.com

I am creating a program with the Netbeans GUU Design utility. I want to be able to have a button in the GUI open up another GUI interface with additional buttons and functionalities. The basic idea is for a button in the main form to open up a new JForm upon clicking it. How can I do this? Thanks

86. NetBeans GUI Swing Problem    forums.oracle.com

HI I am using Netbeans IDE 4.1 I devloped a swing based application using the GUI design Interface Till that working fine. But I changed some of the code out of the IDE Now what ever changes I make to design view are not reflected when I run the project What I have noted is that .form file is being updated ...