Re: Displaying a Frame in foreground permanently
Posted By:
srdjan_savkovicc
Posted On:
Wednesday, May 29, 2002 01:53 PM
use jdk1.4 for that action.
you have Frame.setUndecorated() method which dont show border lines and titlebar of a frame..
you have something like setFullScreen() in same package, so you can go on....