Skip to content

Commit 9b89bda

Browse files
author
emmanue1
committed
Convert Groovy classes to Java classes
1 parent 09dd62c commit 9b89bda

File tree

299 files changed

+15480
-13746
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+15480
-13746
lines changed

api/src/main/java/org/jd/gui/spi/PreferencesPanel.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
package org.jd.gui.spi;
99

10+
import javax.swing.*;
1011
import java.awt.*;
1112
import java.util.Map;
1213

@@ -15,6 +16,8 @@ public interface PreferencesPanel {
1516

1617
String getPreferencesPanelTitle();
1718

19+
JComponent getPanel();
20+
1821
void init(Color errorBackgroundColor);
1922

2023
boolean isActivated();

app/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
apply plugin: 'groovy'
1+
apply plugin: 'java'
22

33
dependencies {
4-
compile 'org.codehaus.groovy:groovy:2.5.6'
5-
compile 'org.codehaus.groovy:groovy-swing:2.5.6'
6-
compile 'org.codehaus.groovy:groovy-xml:2.5.6'
7-
provided 'com.yuvimasory:orange-extensions:1.3.0'
4+
provided 'com.yuvimasory:orange-extensions:1.3.0' // OSX support
85
compile project(':api')
96
runtime project(':services')
107
}

app/src/main/groovy/org/jd/gui/App.groovy

Lines changed: 0 additions & 56 deletions
This file was deleted.

app/src/main/groovy/org/jd/gui/Constants.groovy

Lines changed: 0 additions & 23 deletions
This file was deleted.

app/src/main/groovy/org/jd/gui/OsxApp.groovy

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/src/main/groovy/org/jd/gui/controller/GoToController.groovy

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)