JFrame Size

From: <- Chameleon -> (cham_gss_at_hotmail.NOSPAM.com)
Date: 07/27/04

  • Next message: California Paladin: "Displaying Japanese character in applet problem"
    Date: Tue, 27 Jul 2004 20:13:14 +0300
    
    

    I have a JFrame which I want an initial size 500x400.

    For Layout I use GridBagLayout

    My JFrame is this:
    JFrame( JTabbedPane( JScrollPane(JTextArea) ) )

    I want JTabbedPane (with its contents) take whole surface of JFrame even if
    I resize JFrame

    How can I do this? I am a newbie in Java API.


  • Next message: California Paladin: "Displaying Japanese character in applet problem"

    Relevant Pages