Search:

Type: Posts; User: saniadeyi

Search: Search took 0.07 seconds.

  1. Re: How can i adjust TextArea size automatically

    1. Actually i am expecting records to be read from MySQL table, placed in the resultpanel and automatically updated in the resultpanel of the main class.

    2. Yes. But when you scroll down the split...
  2. How can i adjust TextArea size automatically

    [Consider the program below]

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    package scheduling;

    /**
  3. Re: How to make JTextArea size thesame with its splitpane

    [Consider the program below]

    /*
    * To change this template, choose Tools | Templates
    * and open the template in the editor.
    */

    package scheduling;

    /**
  4. Re: How to make JTextArea size thesame with its splitpane

    JPanel querypanel = new JPanel();
    JPanel resultpanel = new JPanel();
    JTextArea textArea = new JTextArea(10,60);
    JScrollPane scrollPane = new JScrollPane(textArea);...
  5. How to make JTextArea size thesame with its splitpane

    i have a textarea on a scrolpane attached to a panel, how can i make the size automatically adjust when the split pane is adjusted?
    regards
  6. Adding a Jpanel from another class to JPanel in a main class

    [I am writing a program with two classes, the main class with two panel separeted by a splitpane, In the action listening part of the main class, Ican i pass the second panel as an arguement to the...
Results 1 to 6 of 6