Help in designing option window
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 a 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.
Re: Help in designing option window
I'd suggest making it a Dialog which is presumably opened by the original window and have some sort of reference to the parent to pass the information back to.
Re: Help in designing option window
He's already solved this problem as he's mentioned in a different thread. That's why I have locked this thread. You can reply to a locked thread though, because you're a moderator.
Re: Help in designing option window