Re: open another jframe
- From: Knute Johnson <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 24 Jan 2008 10:48:46 -0800
Akki wrote:
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
You create a new JFrame object with the new operator and then you call the setVisible() method on that object with an argument of true.
--
Knute Johnson
email s/nospam/knute/
--
Posted via NewsDemon.com - Premium Uncensored Newsgroup Service
------->>>>>>http://www.NewsDem
.
- Follow-Ups:
- Re: open another jframe
- From: Akki
- Re: open another jframe
- References:
- open another jframe
- From: Akki
- open another jframe
- Prev by Date: Setting uniform width of a table
- Next by Date: Re: Setting uniform width of a table
- Previous by thread: open another jframe
- Next by thread: Re: open another jframe
- Index(es):
Relevant Pages
|
|