aspose file tools
The moose likes Swing / AWT / SWT and the fly likes Setting an option window Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Setting an option window" Watch "Setting an option window" New topic
Author

Setting an option window

Mohamed Desoky
Greenhorn

Joined: Sep 10, 2011
Posts: 1

Hi, I'm new I GUI programming, I'm using netbeans, and need help of getting Input from an option window.
My Idea is to make an options window that contains two combo-boxes , OK, and cancel buttons.
How can I return the input of this window the main window of the program, will it be a frame or dialog, don't Know.
Please help.
Rob Camick
Ranch Hand

Joined: Jun 13, 2009
Posts: 1788
    
    2
Create a JPanel that contains the two combo boxes. Then you can add the panel to a JOptionPane.

See How to Make Dialogs for more information on using an option pane.
Darryl Burke
Bartender

Joined: May 03, 2008
Posts: 4165
    
    3

Mohamed, we don't have too many rules here but we do ask that you BeForthrightWhenCrossPostingToOtherSites

http://www.java-forums.org/awt-swing/48843-help-designing-option-window.html


luck, db
There are no new questions, but there may be new answers.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Setting an option window
 
Similar Threads
Fetching values from database and populating it in drop down and text fields
refresh parent window from child window
How to add a new window on existing one
To resize the popup window and activate the close button
input from a new window