Search:

Type: Posts; User: Orit

Search: Search took 0.08 seconds.

  1. Re: How can I avoid JTextArea from grabbing focus upon setting text

    This is partial of my code:

    JPanel myPanel = new JPanel();
    myPanel.setLayout( new GridBagLayout() );
    GridBagConstraints gbc= new GridBagConstraints();

    JTree myTree = new JTree();...
  2. Re: How can I avoid JTextArea from grabbing focus upon setting text

    Thanks, but I am afraid that does not help :-(

    The problem is when the node and the jtextarea can not be displayed together on the view (i.e. when scroll bars are displayed since due to large...
  3. How can I avoid JTextArea from grabbing focus upon setting text

    Hello,

    I have a view which contains a JTextArea and a JTree, and my JTextArea is updated to display information for the selected node in the tree upon every new selection.

    The problem i...
Results 1 to 3 of 3