Skip to content

Commit

Permalink
Convert Groovy classes to Java classes
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanue1 committed Apr 7, 2019
1 parent 09dd62c commit 9b89bda
Show file tree
Hide file tree
Showing 299 changed files with 15,480 additions and 13,746 deletions.
3 changes: 3 additions & 0 deletions api/src/main/java/org/jd/gui/spi/PreferencesPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

package org.jd.gui.spi;

import javax.swing.*;
import java.awt.*;
import java.util.Map;

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

String getPreferencesPanelTitle();

JComponent getPanel();

void init(Color errorBackgroundColor);

boolean isActivated();
Expand Down
7 changes: 2 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
apply plugin: 'groovy'
apply plugin: 'java'

dependencies {
compile 'org.codehaus.groovy:groovy:2.5.6'
compile 'org.codehaus.groovy:groovy-swing:2.5.6'
compile 'org.codehaus.groovy:groovy-xml:2.5.6'
provided 'com.yuvimasory:orange-extensions:1.3.0'
provided 'com.yuvimasory:orange-extensions:1.3.0' // OSX support
compile project(':api')
runtime project(':services')
}
Expand Down
56 changes: 0 additions & 56 deletions app/src/main/groovy/org/jd/gui/App.groovy

This file was deleted.

23 changes: 0 additions & 23 deletions app/src/main/groovy/org/jd/gui/Constants.groovy

This file was deleted.

38 changes: 0 additions & 38 deletions app/src/main/groovy/org/jd/gui/OsxApp.groovy

This file was deleted.

27 changes: 0 additions & 27 deletions app/src/main/groovy/org/jd/gui/controller/GoToController.groovy

This file was deleted.

Loading

0 comments on commit 9b89bda

Please sign in to comment.