aboutsummaryrefslogtreecommitdiff
path: root/src/main/ui/MainUI.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ui/MainUI.java')
-rw-r--r--src/main/ui/MainUI.java37
1 files changed, 19 insertions, 18 deletions
diff --git a/src/main/ui/MainUI.java b/src/main/ui/MainUI.java
index 4735c55..9637d79 100644
--- a/src/main/ui/MainUI.java
+++ b/src/main/ui/MainUI.java
@@ -37,24 +37,25 @@ import static ui.widgets.UIUtils.*;
/**
* The main GUI.
- * ┌──────────────────────────────┐┌──────────────────────────────┐┌──────────────────────────────┐
- * │ JCA X ││ JCA X ││ JCA X │
- * ├──────────────────────────────┤├──────────────────────────────┤├──────────────────────────────┤
- * │Load Save CSR││Load Save Sign Revoke Export││Load Save New Ena Dis Del│
- * ├────┬───────┬───────────┬─────┤├────┬───────┬──────────┬──────┤├────┬───────┬─────────────────┤
- * │ CA │ Certs │ Templates │ ││ CA │ Certs │ Templates│ ││ CA │ Certs │ Templates │
- * ├────┴───────┴───────────┴─────┤├─┬──┴─────┬─┴────┬─────┼──────┤├─┬──┴───┬───┴─────┬───────────┤
- * │ Welcome to JCA ││ │ Serial │ Subj │ Bef │ To ││ │ Name │ Subj │ Validity │
- * │ │├─┴────────┴──────┴─────┴──────┤├─┴──────┴─────────┴───────────┤
- * │ CA certificate: Install CSR ││ (Issued Certs) ││ (All Templates) │
- * ├──────────────────────────────┤├──────────────────────────────┤├──────────────────────────────┤
- * ├─────┼──────────┼─────────────┤├─────┼──────────┼─────────────┤├─────┼──────────┼─────────────┤
- * │Time │ Operator │ Action ││Time │ Operator │ Action ││Time │ Operator │ Action │
- * ├─────┴──────────┴─────────────┤├─────┴──────────┴─────────────┤├─────┴──────────┴─────────────┤
- * │ (Audit Logs) ││ (Audit Logs) ││ (Audit Logs) │
- * ├──────────────────────────────┤├──────────────────────────────┤├──────────────────────────────┤
- * │ Ready: (Last operation) ││ Unsaved: (Last operation) ││ Ready: (Last Operation) │
- * └──────────────────────────────┘└──────────────────────────────┘└──────────────────────────────┘
+ * +------------------------------++------------------------------++------------------------------+
+ * | JCA X || JCA X || JCA X |
+ * +------------------------------++------------------------------++------------------------------+
+ * |Load Save CSR||Load Save Sign Revoke Export||Load Save New Ena Dis Del|
+ * +----+-------+-----------+-----++----+-------+----------+------++----+-------+-----------------+
+ * | CA | Certs | Templates | || CA | Certs | Templates| || CA | Certs | Templates |
+ * +----+-------+-----------+-----++-+--+-----+-+----+-----+------++-+--+---+---+-----+-----------+
+ * | Welcome to JCA || | Serial | Subj | Bef | To || | Name | Subj | Validity |
+ * | |+-+--------+------+-----+------++-+------+---------+-----------+
+ * | Private key: Generate || (Issued Certs) || (All Templates) |
+ * | CA certificate: Install CSR || || |
+ * +------------------------------++------------------------------++------------------------------+
+ * +-----+----------+-------------++-----+----------+-------------++-----+----------+-------------+
+ * |Time | Operator | Action ||Time | Operator | Action ||Time | Operator | Action |
+ * +-----+----------+-------------++-----+----------+-------------++-----+----------+-------------+
+ * | (Audit Logs) || (Audit Logs) || (Audit Logs) |
+ * +------------------------------++------------------------------++------------------------------+
+ * | Ready: (Last operation) || Unsaved: (Last operation) || Ready: (Last Operation) |
+ * +------------------------------++------------------------------++------------------------------+
*/
public class MainUI extends JFrame {
/**