any method available to place the JTextArea to the right of the JPanel??
|
|
|||
|
|
|
Try adding a spacer component to the JPanel first which will push the text area to the right. The code to create such a component is: Box.createHorizontalGlue(); |
||
|
|
|
|
Do you mean in the right hand side within the If so, you could construct the
It's possible that If that's not what you mean, please clarify the question. |
||
|
|
|
This depends on the |
||
|
|
