Skip to content

Commit

Permalink
1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Konloch committed Oct 30, 2014
1 parent 30dc40a commit 9223f85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified BytecodeViewer Beta 1.3.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions src/the/bytecode/club/bytecodeviewer/gui/AboutWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

public class AboutWindow extends JFrame {
public AboutWindow() {
setSize(new Dimension(403, 407));
setSize(new Dimension(403, 484));
setType(Type.UTILITY);
setTitle("Bytecode Viewer - About");
getContentPane().setLayout(new CardLayout(0, 0));
Expand All @@ -17,7 +17,7 @@ public AboutWindow() {
txtrBytecodeViewerIs.setDisabledTextColor(Color.BLACK);
txtrBytecodeViewerIs.setWrapStyleWord(true);
getContentPane().add(txtrBytecodeViewerIs, "name_140466526081695");
txtrBytecodeViewerIs.setText("Bytecode Viewer is an open source program\r\ndeveloped by Konloch ([email protected])\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");
txtrBytecodeViewerIs.setText("Bytecode Viewer is an open source program\r\ndeveloped by Konloch ([email protected])\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");
txtrBytecodeViewerIs.setEnabled(false);
this.setResizable(false);
this.setLocationRelativeTo(null);
Expand Down

0 comments on commit 9223f85

Please sign in to comment.