Closedown

This commit is contained in:
boccioli_m
2015-06-01 14:17:14 +02:00
parent 5d44af36f1
commit 93a79c70c5
2 changed files with 4 additions and 4 deletions

View File

@@ -105,7 +105,7 @@ public class TestingPanel extends Panel {
}
});
jButton1.setText("My button");
jButton1.setText("Test with params");
jButton1.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
jButton1ActionPerformed(evt);
@@ -172,7 +172,7 @@ public class TestingPanel extends Panel {
.addGroup(layout.createSequentialGroup()
.addGap(277, 277, 277)
.addComponent(jButton2)))
.addGap(0, 69, Short.MAX_VALUE))))
.addGap(0, 25, Short.MAX_VALUE))))
);
layout.setVerticalGroup(
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)