提交 26fe3a28 编写于 作者: D deathmarine

Update Pom to new standard

Recompiled and built with updated dependencies.
上级 ba68ee10
......@@ -3,37 +3,37 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.deathmarine</groupId>
<artifactId>luyten</artifactId>
<version>0.5.3</version>
<version>0.5.4</version>
<dependencies>
<dependency>
<groupId>com.fifesoft</groupId>
<artifactId>rsyntaxtextarea</artifactId>
<version>LATEST</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.apple</groupId>
<artifactId>AppleJavaExtensions</artifactId>
<version>LATEST</version>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-core</artifactId>
<version>LATEST</version>
<version>0.5.33</version>
</dependency>
<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-expressions</artifactId>
<version>LATEST</version>
<version>0.5.33</version>
</dependency>
<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-reflection</artifactId>
<version>LATEST</version>
<version>0.5.33</version>
</dependency>
<dependency>
<groupId>org.bitbucket.mstrobel</groupId>
<artifactId>procyon-compilertools</artifactId>
<version>LATEST</version>
<version>0.5.33</version>
</dependency>
<!--
<dependency>
......
......@@ -34,6 +34,8 @@ import javax.swing.JTabbedPane;
import javax.swing.KeyStroke;
import javax.swing.text.DefaultEditorKit;
import org.fife.ui.rsyntaxtextarea.RSyntaxTextArea;
import com.strobel.Procyon;
import com.strobel.decompiler.DecompilerSettings;
import com.strobel.decompiler.languages.Language;
......@@ -573,14 +575,14 @@ public class MainMenuBar extends JMenuBar {
link.addMouseListener(new LinkListener(procyon, link));
pane.add(link);
pane.add(new JLabel("Version: " + Procyon.version()));
pane.add(new JLabel("(c) 2016 Mike Strobel"));
pane.add(new JLabel("(c) 2018 Mike Strobel"));
String rsyntax = "https://github.com/bobbylight/RSyntaxTextArea";
link = new JLabel("<HTML><FONT color=\"#000099\"><U>" + rsyntax + "</U></FONT></HTML>");
link.setCursor(new Cursor(Cursor.HAND_CURSOR));
link.addMouseListener(new LinkListener(rsyntax, link));
pane.add(link);
pane.add(new JLabel("Version: 2.6.1"));
pane.add(new JLabel("(c) 2017 Robert Futrell"));
pane.add(new JLabel("Version: 3.0.2"));
pane.add(new JLabel("(c) 2019 Robert Futrell"));
pane.add(new JLabel(" "));
JOptionPane.showMessageDialog(null, pane);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册