Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Fillable.java #12

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open

Fix Fillable.java #12

wants to merge 1 commit into from

Conversation

Qventeen
Copy link

@Qventeen Qventeen commented Nov 6, 2020

When I started demo from gs-algo/src-test/org/graphstream/algorithm/measure/demo/*
I got that Exception:
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: class java.lang.Double cannot be cast to class java.lang.Float (java.lang.Double and java.lang.Float are in module java.base of loader 'bootstrap')
at org.graphstream.ui.swing.renderer.shape.swing.shapePart.Fillable.configureFillableForElement(Fillable.java:106)

When I started demo from gs-algo/src-test/org/graphstream/algorithm/measure/demo/*
I got that Exception:
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: class java.lang.Double cannot be cast to class java.lang.Float (java.lang.Double and java.lang.Float are in module java.base of loader 'bootstrap')
	at org.graphstream.ui.swing.renderer.shape.swing.shapePart.Fillable.configureFillableForElement(Fillable.java:106)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant