graphstream / gs-ui-swing

GraphStream Swing user interface
http://graphstream-project.org/
Other
26 stars 12 forks source link

DefaultView is not abstract and does not override abstract method enableMouseOptions() #6

Closed jboydon closed 4 years ago

jboydon commented 4 years ago

Hello, tried to compile it against the master branch of gs libraries and I have got this error:

[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project gs-ui-swing: Compilation failure [ERROR] /Users/xxx/Development/Tests/GraphStream/gs-ui-swing/src/org/graphstream/ui/swing_viewer/DefaultView.java:[114,8] org.graphstream.ui.swing_viewer.DefaultView is not abstract and does not override abstract method enableMouseOptions() in org.graphstream.ui.view.View regards john

hichbra commented 4 years ago

Hi!

You need to have gs-core 2.0+ to use the gs-ui packages.

jboydon commented 4 years ago

Solved with 2.0.0-beta