) link.getFont().getAttributes();
+ attributes.put(TextAttribute.UNDERLINE, TextAttribute.UNDERLINE_ON);
+ link.setFont(link.getFont().deriveFont(attributes));
+ link.addMouseListener(new MouseAdapter() {
+ @Override
+ public void mousePressed(MouseEvent e) {
+ action.run();
+ }
+ });
+ return link;
+ }
+
}
diff --git a/enigma-swing/src/main/resources/about.html b/enigma-swing/src/main/resources/about.html
deleted file mode 100644
index b75c1bf..0000000
--- a/enigma-swing/src/main/resources/about.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
- %s
- A tool for debofuscation of Java code
-
-
Version: %s
-
\ No newline at end of file
--
cgit v1.2.3