Re: BoxLayout exception

mromarkhan_at_rogers.com
Date: 04/01/04

  • Next message: Chris: "Re: Are runtime strings still imutable ?"
    Date: Thu, 01 Apr 2004 03:21:25 GMT
    
    

    If you have the time try changing it to this:
    myFrame.getContentPane().setLayout(new
    BoxLayout(myFrame.getContentPane(),BoxLayout.Y_AXIS));


  • Next message: Chris: "Re: Are runtime strings still imutable ?"