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)