Skip to content

Commit 9223f85

Browse files
committed
1.3 release
1 parent 30dc40a commit 9223f85

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

BytecodeViewer Beta 1.3.jar

-221 KB
Binary file not shown.

src/the/bytecode/club/bytecodeviewer/gui/AboutWindow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
public class AboutWindow extends JFrame {
1010
public AboutWindow() {
11-
setSize(new Dimension(403, 407));
11+
setSize(new Dimension(403, 484));
1212
setType(Type.UTILITY);
1313
setTitle("Bytecode Viewer - About");
1414
getContentPane().setLayout(new CardLayout(0, 0));
@@ -17,7 +17,7 @@ public AboutWindow() {
1717
txtrBytecodeViewerIs.setDisabledTextColor(Color.BLACK);
1818
txtrBytecodeViewerIs.setWrapStyleWord(true);
1919
getContentPane().add(txtrBytecodeViewerIs, "name_140466526081695");
20-
txtrBytecodeViewerIs.setText("Bytecode Viewer is an open source program\r\ndeveloped by Konloch (konloch@gmail.com)\r\n\r\nIt uses code from the following:\r\n J-RET by WaterWolf\r\n JHexPane by Sam Koivu\r\n JSyntaxPane by Ayman Al\r\n Commons IO by Apache\r\n ASM by OW2\r\n\r\nLimitations:\r\n Syntax highlighting on files that are\r\nbigger than 10K lines can take a while to\r\nload, you may want to disable the syntax\r\nhighlighting for large files.\r\n\r\nIf you're interested in Java Reverse\r\nEngineering, join The Bytecode Club\r\nhttp://the.bytecode.club");
20+
txtrBytecodeViewerIs.setText("Bytecode Viewer is an open source program\r\ndeveloped by Konloch (konloch@gmail.com)\r\n\r\nIt uses code from the following:\r\n J-RET by WaterWolf\r\n JHexPane by Sam Koivu\r\n JSyntaxPane by Ayman Al\r\n Commons IO by Apache\r\n ASM by OW2\r\n CFIDE by Bibl\r\n FernFlower by Stiver\r\n Procyon by Mstrobel\r\n CFR by Lee Benfield\r\n\r\nLimitations:\r\n Syntax highlighting on files that are\r\nbigger than 10K lines can take a while to\r\nload, you may want to disable the syntax\r\nhighlighting for large files.\r\n\r\nIf you're interested in Java Reverse\r\nEngineering, join The Bytecode Club\r\nhttp://the.bytecode.club");
2121
txtrBytecodeViewerIs.setEnabled(false);
2222
this.setResizable(false);
2323
this.setLocationRelativeTo(null);

0 commit comments

Comments
 (0)