When I open a frame with the code given below, it opens with <0,0> of the
content area at <0,0> of the screen. So, the title bar is off the screen,
and the window can't be moved. Is there a "WORA" workaround? I found this
message, but I'd rather avoid this type of stuff if possible:

 http://www.deja.com/[ST_rn=ps]/getdoc.xp?AN=298157345

setup:
  Redhat 6.1
  Enlightenment
  jdk1.1.8_v1

code:
  aFrame = new Frame( "Test" );
  aFrame.resize( 500, 400 );
  aFrame.show();



oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo
                         Send Sun a Message!
          Vote for JConfig in the JDJ Readers' Choice Awards.
            http://www.sys-con.com/java/readerschoice2000/
                 See the 'Best Class Library' category.
oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo0oo



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to