Remove status bar.
[jkeytool.git] / src / net / pterodactylus / jkeytool / gui / swing / KeyStorePanel.java
index 4496318..b4f766d 100644 (file)
@@ -62,14 +62,20 @@ public class KeyStorePanel extends JPanel {
        // PRIVATE ACTIONS
        //
 
+       /**
+        * Executed by {@link #createKeyAction}.
+        */
        private void createKey() {
-
+               /* TODO */
        }
 
        //
        // PRIVATE METHODS
        //
 
+       /**
+        * Constructs all used actions.
+        */
        private void constructActions() {
                createKeyAction = new AbstractAction("Create Key") {
 
@@ -83,6 +89,9 @@ public class KeyStorePanel extends JPanel {
                };
        }
 
+       /**
+        * Constructs the main panel.
+        */
        private void constructPanel() {
                toolBar.add(createKeyAction);