I have created a JTable and enclosed it in a JScrollPane. Now when I try to select the table, the scrollpane is selected. I have no clue how to select the table which is inside this scrollpane. I am using Netbeans 6.9. How can I select this table?
Asked
Active
Viewed 2,202 times
1
-
What do you mean select the table? Can you post the code? – jzd Apr 25 '11 at 11:15
-
By 'selecting' I mean to highlight the table visually in matisse. – Khalid Amin Apr 25 '11 at 11:18
1 Answers
2
In Netbeans..(design view)Inspector window will help you to select an individual component easily..it displays the tree view of the components placed...
If inspector window is not activated select window->navigating->inspector...to activate it
hope this helps...

Abhilash
- 458
- 2
- 7