Method revalidate()
Return type: void
Member of:
javax.swing.JComponent
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
revalidate();
2
revalidate();
3
tabbedPane.revalidate();
4
layeredPane.revalidate();
5
revalidate();
6
revalidate();
7
panel.revalidate();
8
selectTable.revalidate();
9
revalidate();
10
licenceTextArea.revalidate();
11
this.getRootPane().revalidate();
12
query_panel.revalidate();
13
revalidate();
14
tableScrollPanel.revalidate();
15
_jComponent.revalidate();
16
m_view.revalidate();
17
p.revalidate();
18
parent.revalidate();
19
revalidate();
20
revalidate();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.