Re: Combinig 2 GUI's to compile and run at the same time.
- From: "Willliwill" <u33694@uwe>
- Date: Fri, 27 Apr 2007 15:10:07 GMT
Thanks I will give it a try, is there any way to make both programs open up
in their own respective windows as individual Java apps ?
Fred Kleinschmidt wrote:
Yes this is homework, having cleared that up what I want to do is compile,[quoted text clipped - 28 lines]
and run these 2 programs simultaneously. Any help would be appreciated.
<snip>
}
New class Both.java:
public static void main(String[] args)
{
Week3 w3 = new Week3();
Interest i=new Interest();
i.init();
i.setVisible(true);
}
--
Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200704/1
.
- References:
- Combinig 2 GUI's to compile and run at the same time.
- From: Willliwill
- Re: Combinig 2 GUI's to compile and run at the same time.
- From: Fred Kleinschmidt
- Combinig 2 GUI's to compile and run at the same time.
- Prev by Date: Re: Combinig 2 GUI's to compile and run at the same time.
- Next by Date: Re: Point in java.awt.geom
- Previous by thread: Re: Combinig 2 GUI's to compile and run at the same time.
- Next by thread: Re: Combinig 2 GUI's to compile and run at the same time.
- Index(es):
Relevant Pages
|