mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
UI Designer test data moved
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import javax.swing.*;
|
||||
|
||||
public class BindingTest {
|
||||
public JComponent myRootComponent;
|
||||
private JLabel myLabel;
|
||||
|
||||
public BindingTest() {
|
||||
}
|
||||
|
||||
private void createUIComponents() {
|
||||
myLabel = new JLabel();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user