Searched refs:aPanel (Results 1 – 4 of 4) sorted by relevance
70 aPanel.setLayout( null ); in PlayerWindow()72 aPanel.addKeyListener( this ); in PlayerWindow()73 aPanel.addMouseListener( this ); in PlayerWindow()74 aPanel.addMouseMotionListener( this ); in PlayerWindow()81 aPanel.add( aControlComponent ); in PlayerWindow()94 aPanel.add( aVisualComponent ); in PlayerWindow()100 maFrame.getJavaFrame().add( aPanel ); in PlayerWindow()121 aPanel.setBounds( 0, 0, nW, nH ); in LayoutComponents()218 aPanel.requestFocus(); in LayoutComponents()221 aPanel.requestFocus(); in LayoutComponents()[all …]
64 JPanel aPanel = new JPanel(); in Layout() local65 aPanel.setLayout (new BoxLayout (aPanel, BoxLayout.Y_AXIS)); in Layout()97 aPanel.add (maBoldCheckBox); in Layout()98 aPanel.add (maUnderlineCheckBox); in Layout()99 aPanel.add (maItalicsCheckBox); in Layout()100 aPanel.add (aForegroundButton); in Layout()101 aPanel.add (aBackgroundButton); in Layout()103 getContentPane().add (aPanel, BorderLayout.WEST); in Layout()
58 JPanel aPanel = new JPanel( new GridLayout( 2,1 ) ); in Editor() local59 aPanel.add( new JScrollPane( table ) ); in Editor()60 aPanel.add( new JScrollPane( rectable ) ); in Editor()61 contentPane.add( aPanel , BorderLayout.CENTER ); in Editor()
73 JPanel aPanel = new JPanel (true); in Layout() local74 aPanel.setLayout (new GridBagLayout()); in Layout()75 aPanel.setOpaque (true); in Layout()78 mFrame.setContentPane(aPanel); in Layout()
Completed in 23 milliseconds