open another jframe
Hi,
How do I open another JFrame from one JFrame ?
The first JFrame is a command prompt. Where I want to write draw f(x).
Then I want to open another JFrame inwhich I show the plot of f(x).
TIA,
Darth
.
Relevant Pages
- Re: HowTo exit from an application
... "java MyClass") of course then it will return to wherever it started ... and that's command prompt. ... you didn't close the "main" thread (like JFrame thing Oliver ... remain in memory, ... (comp.lang.java) - Re: open another jframe
... How do I open another JFrame from one JFrame? ... The first JFrame is a command prompt. ... Where I want to write draw f. ... You create a new JFrame object with the new operator and then you call ... (comp.lang.java.gui) - Re: open another jframe
... How do I open another JFrame from one JFrame? ... The first JFrame is a command prompt. ... Where I want to write draw f. ... You create a new JFrame object with the new operator and then you call the setVisiblemethod on that object with an argument of true. ... (comp.lang.java.gui) - Re: Howto: Simulate a close (X) button in an applications toolbar?
... I wish to draw a ... you are going to have to peek inside the code for JFrame ... draws the entire bar with its own devices. ... You could camera-cut the icon from various platform L&Fs and use them ... (comp.lang.java.gui) - Re: Is a JFrame threaded?
... button on the first JFrame. ... The JFrame captures a file name and calls ... Is this anything to do with threading? ... (comp.lang.java.programmer) |
|