From efc36b6750ecbb9094058f096324de3f16f0622c Mon Sep 17 00:00:00 2001 From: panepucci Date: Wed, 20 Apr 2016 12:23:42 +0200 Subject: [PATCH] Startup --- plugins/Commands.form | 6 +++--- plugins/Commands.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/Commands.form b/plugins/Commands.form index 4e35b90..eeecdcd 100644 --- a/plugins/Commands.form +++ b/plugins/Commands.form @@ -21,11 +21,11 @@ - + - + @@ -57,7 +57,7 @@ - + diff --git a/plugins/Commands.java b/plugins/Commands.java index 08160e1..e489257 100644 --- a/plugins/Commands.java +++ b/plugins/Commands.java @@ -60,7 +60,7 @@ public class Commands extends Panel { } }); - btFbm.setText("Feedback Mirror"); + btFbm.setText("FBM"); btFbm.addActionListener(new java.awt.event.ActionListener() { public void actionPerformed(java.awt.event.ActionEvent evt) { btFbmActionPerformed(evt); @@ -88,10 +88,10 @@ public class Commands extends Panel { .addComponent(btSete, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)) .addGap(18, 18, 18) .addComponent(spEnergy, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE) - .addContainerGap(133, Short.MAX_VALUE)) + .addContainerGap(168, Short.MAX_VALUE)) ); - layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {btFbm, btRock}); + layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {btFbm, btRock, btSete}); layout.setVerticalGroup( layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)