Adding forgotten files
This commit is contained in:
parent
7933cb17f8
commit
b49adb378f
10 changed files with 391 additions and 0 deletions
19
fixDoclint.patch
Normal file
19
fixDoclint.patch
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
diff --git a/runtime-decompiler/src/main/java/org/jrd/frontend/MainFrame/MainFrameView.java b/runtime-decompiler/src/main/java/org/jrd/frontend/MainFrame/MainFrameView.java
|
||||
index 86f9a87..18dce1a 100644
|
||||
--- a/runtime-decompiler/src/main/java/org/jrd/frontend/MainFrame/MainFrameView.java
|
||||
+++ b/runtime-decompiler/src/main/java/org/jrd/frontend/MainFrame/MainFrameView.java
|
||||
@@ -174,11 +174,11 @@ public class MainFrameView {
|
||||
welcomeJTextArea = new JTextArea(9, 40);
|
||||
welcomeJTextArea.setText("Welcome to Java-Runtime-Decompiler\n" +
|
||||
"\n" +
|
||||
- "Before using the app, the Decompiler Agent's path needs to be selected in 'Configure → Decompiler Agent'.\n" +
|
||||
+ "Before using the app, the Decompiler Agent's path needs to be selected in 'Configure -> Decompiler Agent'.\n" +
|
||||
"It's a built-in project and can usually be found at '"+ ((isPortable())?"./libs/":"./decompiler_agent/target/") +"decompiler-agent-*.jar'.\n" +
|
||||
"\n" +
|
||||
"Internal javap decompiling tools are available by default.\n" +
|
||||
- "You can also download an external decompiler, e.g. via 'mvn clean install -PdownloadPlugins', and set it up in 'Configure → Plugins'.\n" +
|
||||
+ "You can also download an external decompiler, e.g. via 'mvn clean install -PdownloadPlugins', and set it up in 'Configure -> Plugins'.\n" +
|
||||
"Currently supported decompilers are: Fernflower, Procyon.\n");
|
||||
welcomeJTextArea.setFont(new Font(welcomeJTextArea.getFont().getFontName(), welcomeJTextArea.getFont().getStyle(), 20));
|
||||
welcomeJTextArea.setLineWrap(true);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue