Form « JFrame « Java Swing Q&A





1. Where are the form settings of the Swing Application Framework stored?    stackoverflow.com

I want to delete them, because for some reason my forms are restored to the wrong dimensions on startup. I didn't find anything in my user directory, but I'm not event sure ...

2. Creating a Java GUI in Swing for form input    stackoverflow.com

Well, I've looked all over the internet and just haven't been able to find an answer to this question, so maybe someone can provide some insight. I'm working on developing a relatively ...

3. Any form generator(from annotated javabeans) for swing?    stackoverflow.com

I've seen several form generators(swing, web etc from javabeans) but cannot find them again. Help me with links please. PS generator is not designer, generator - generates ui semi-automatically, no drawing is needed PPS ...

4. Migrating Oracle Forms to Java    stackoverflow.com

Does anyone know an automated solution to migrate Oracle Forms to Java desktop forms (e.g. a code generator whose input are Oracle Forms definition files and output is Java code in ...

5. Java form from xml    stackoverflow.com

is there a tool to generate a Swing form from xml code?

6. Java Swing automatically gather data from forms    stackoverflow.com

I have a form in Swing with a lot of textfields receiving data. The idea is when a button is clicked, the app gathers all the data from the textfields at ...

7. How to send signals between java swing forms?    stackoverflow.com

I understand the "How to Use Actions" tutorial, but can't figure out how to make it work between multiple JFrame forms. I tried making updateComboBox method public static so it ...

8. How to use GUI form created in ItelliJ IDEA    stackoverflow.com

I'm create simple gui form with one button in IntelliJ IDEA 9. Class wich was created with form is not JFrame or any another swing class. How i can call my ...

9. While the form is running, other commands are executed!    stackoverflow.com

i write a method to create a form, then some other commands after that in main.(java) package pak2; import javax.swing.*; public class form6 {

public static void main(String[] args) {
    // TODO ...





10. netbeans copied form invalid    stackoverflow.com

Maybe it's just me, but i've encountered strange bug developing some swing UI in NetBeans. Here is the situation - i've made all needed GUI classes (mostly as designer forms) in some ...

11. Making a hello world app in a Form in Intellij    stackoverflow.com

I'm trying to make a hello world form in Intellij. I've created the form, but the question now is what code to make in main() to make the form run and ...

12. How to build a form    stackoverflow.com

I have used a GridBagLayou to arrange on a panel couple of labels and text fields. Now I need to add 2 buttons below text fields beside each other on the ...

13. Initializing and binding of a bean in swing form    forums.netbeans.org

I choose "Choose bean" from the pallete, fill the class name (beanstest.Person), and drop the bean on the form (the element is named person1).

14. No Swing GUI Forms    forums.netbeans.org

Hi, noob question. I'm trying to learn netbeans (Java) and am trying to build a form. But by following tutorials in the new file categories Swing GUI forms is absent. How can I find it? Using Netbeans 6.9.1 on Ubuntu 10.10. Thanks

15. How can I get a GUI preview on java source code just as using SWING GUI form.    forums.netbeans.org

I just download some GUI source codes in Java. It's not a SWING GUI form , but I wish to preview that GUI just as the design view . I post a one of the sample source code below.

16. Newbie swing form question    forums.netbeans.org

khaskins Joined: 18 Nov 2011 Posts: 13 Posted: Thu Dec 01, 2011 9:55 pm Post subject: Newbie swing form question I'm trying to modify an existing program. The program has a small "Main" program that just kicks off another program which does almost everything. On the user interface there are a list of buttons. When you click a ...





17. Streams and Forms in Swing    coderanch.com

Hi I am trying to make an 'app' that uses a socket connection request pages off the internet. (It's a custom browser for a servlet based page I am writing). It all woorks fine except that if I put my hits (I.E. amount of times I want to access the page) too high, the app freezes temporarily and doesn't display the ...

18. need help with cluttered form (swing)    coderanch.com

Greetings all, I am designing a Swing form based on an XML Schema where almost all the elements have one particular boolean attribute that must be associated with them. I noticed that placing checkboxes next to every field has cluttered my form. I want to address this in another way, but am not sure how to elegantly solve this problem. Also, ...

19. Using Swing to Create Data Entry Forms    coderanch.com

I'm starting with Swing programming, so I hope that I am not wasting bandwidth on something trivial. However, I'm really stuck. I'm creating a Swing application involving students. I've created a JFrame and populated it with JComboBoxes, JCheckBoxes, JRadioButtons and the appropriate event handlers. I read a list of students from a file and populate a JComboBox. When the application is ...

20. Reflection to make a Swing form    coderanch.com

Hi Guys : I am surprised that nobody has created an actively developed, reflection based form generator. If you google for "sbfb swing" you will find one, that works quite well - but a new version has not been released since 2005. Does anybody create forms using reflection ? I have used SBFB before, but it doesnt support float/int data types... ...

21. newbie help with swing forms    coderanch.com

i went true the cardlayout and downloaded the source. However, it's kinda hard to compare because it doesn't have the design view where i can see it thru netbeans. I kinda understand the concept of creating the jpanel i'm guessing setting up a listener on that jpanel? However, I'm trying to fully understand it thru the netbeans UI. Would you be ...

24. how select date form calendar to textFeild    java-forums.org

SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yy"); Date date = new Date(); // Get text from field try { date = GUI.sdf.parse(myDateEntryField.getText()); } catch (Exception e) { recoverFromDateEntryError(); } // Put date in another field myBigDateDisplayField.setText(sdf.format(date)); // Create a Calendar object with a date Calendar cal = Calendar.getInstance(); cal.setTime(date); // Get a date from a Calendar and put it in a text field ...

25. how select date form calendar to textFeild    java-forums.org

26. how can i insert data form GUI to ...    java-forums.org

hi how can i insert data from A form to a linked list .. i have an application i want it do that get information about the passenger from GUI interface contain (text,combo box,...)the when the user click on add button all the data from the form inserted to linked list .. when i click add nothing inseted to link list.. ...

27. swing form    java-forums.org

28. Help with two java forms    java-forums.org

Hello, I've found this forum after exhaustive search on the internet... I'm trying to make two forms with the Netbeans editor. One that contains an introduction to the game and another that has the game itself. Both forms are created with the Drag/Drop features of Netbeans, with auto-generation of code. The problem is I want the program to close Display.java and ...

29. Showing NetBeans-generated Swing forms    java-forums.org

30. Sending string from one form to other - HOW?    java-forums.org

Hi! I have a desktop swing application with two jforms. The one is the main form with many textfields and the other form is for selecting some possible values for the main form. For example: I have a jtextfild in the main form for inserting address (adresses are predefined). these addresses can be selected in the second form. The second form ...

31. Graph Generate like Wave form    java-forums.org

Hi to all, i have some questions how to develop a waveform in java.. i searched a lot .. i got little bit of info's.. (plugin jfreechart explained a lot). but i cant get the correct way to develop the graph.. the graph should be like the wave form, i have both +ve values and -values also.. i have some data's ...

32. [SOLVED] Navigation between swing forms    java-forums.org

Hi all, I am using Netbeans version 6 to create a tutorial application and I cannot seem to find a way to use a button to open up a different form. I have created the forms using JFrames with a Main Menu, then 2 other menu forms that I want to have the user press a button to take them to ...

33. how to link first form to second form?    java-forums.org

Hai all, i use swt framework. i create to form using swt in eclipse. in my first form i have a button. when the button is clicked, i want the second form is show and the first form is disposed. can you help me please??. First Class public class Swtapp { private Shell shell; SecondForm form; public Swtapp(Display display) { shell ...

34. please help me in creating a form using Swing.    forums.oracle.com

I am creating a form using swing through coding (not using netbeans). Now in the form I have one JComboBox of Country and other of State. Now I want it in such a way that when I select a country from the Country JComboBox ,the corresponding states automatically appears in the State JComboBox. Please help. I hope I've put up my ...

35. help with a simple SWING form    forums.oracle.com

set layout for box1_pref as null LayOut or FlowLayout.. if u had choosen to change null layout , box1_pref.setLayout(null); and you will add the component of username and password Labels and TextFields,.. addComponent(box1_pref,usernamelabel, 5,5,25,25); as in format of addComponent(container, Component, int Xaxis,int Yaxis, int width,int height); if you had choose to change FlowLayout, box1_pref.setLayout(new FlowLayout(FlowLayout.Left 0,0));

36. (Swing) Reading fields from other forms - Best practice    forums.oracle.com

Hi All, I have been learning Java and Swing through NetBeans (quite a cool way to do it). I would like some 'best-practice' advice please. Google and search on this forum are normally my friends, can't find anything relevant for this though. I have created an application that seems to be functional, all my navigation is through tabs. To make my ...

37. Java Swing Form    forums.oracle.com

Hi, all Given an Oracle Forms Application (it should be in java swing I think). Can I have another application, by using function like "FindWindowEx" in Win API to get the textbox inside Oracle Forms Application and write some text in it? The problem is that I can't see any sub-windows by using MS spy++. Thanks alot. Regards Taka Wong