UI Designer test data moved
[fedora-idea.git] / plugins / ui-designer / testData / sourceCodeGenerator / customCreateComponent / BindingTest.java
blobcdef33431ccc900755851a2328e6aa1fc44a6acb
1 import javax.swing.*;
3 public class BindingTest {
4 public JComponent myRootComponent;
5 private JLabel myLabel;
7 public BindingTest() {
10 private void createUIComponents() {
11 myLabel = new JLabel();