Search found 6 matches: getUserAgentStylesheet
Searched query: +getUserAgentStylesheet
- Fri Jul 20, 2018 3:49 am
- Forum: JFreeChart
- Topic: Attempting to assign weaker access privileges error in ChartViewer class
- Replies: 4
- Views: 10786
Attempting to assign weaker access privileges error in ChartViewer class
... designated the source folders, etc... but now I have one problem left showing up in my console log when I attempt to compile my project: getUserAgentStylesheet()' in 'org.jfree.chart.fx.ChartViewer' clashes with 'getUserAgentStylesheet()' in 'javafx.scene.layout.Region'; attempting to ...
- Sat Jan 02, 2016 12:12 pm
- Forum: JFreeChart
- Topic: JavaFX support
- Replies: 7
- Views: 23319
Re: JavaFX support
... and JavaFX 8: javafx.scene.control.Control . compile: ... [javac] source/org/jfree/chart/fx/ChartViewer.java:122: error: getUserAgentStylesheet() in ChartViewer cannot override getUserAgentStylesheet() in Region [javac] protected String getUserAgentStylesheet() { [javac] ...
- Thu Nov 19, 2015 1:35 am
- Forum: JFreeChart
- Topic: Java Fx Problem TimeSeriesChartFXDemo1
- Replies: 1
- Views: 5938
Java Fx Problem TimeSeriesChartFXDemo1
Hi, I would like to use JFreeChart witch javaFx. I change method "protected getUserAgentStylesheet" to "public getUserAgentStylesheet" then I successfully build project with ant. But when I would like to run TimeSeriesChartFXDemo1 I get error: Exception in Application ...
- Wed Sep 23, 2015 3:48 pm
- Forum: JFreeChart
- Topic: Fails to build fx version
- Replies: 4
- Views: 11227
Re: Fails to build fx version
If you change the method "protected String getUserAgentStylesheet()" to public it should build OK. It came about because of a non-backward compatible change in the JavaFX API.
I will try to bundle up a 1.0.20 release so that this works out-of-the-box.
I will try to bundle up a 1.0.20 release so that this works out-of-the-box.
- Wed Sep 23, 2015 12:47 pm
- Forum: JFreeChart
- Topic: Fails to build fx version
- Replies: 4
- Views: 11227
Fails to build fx version
... Compiling 629 source files to C:\jfreechart-1.0.19\build [javac] C:\jfreechart-1.0.19\source\org\jfree\chart\fx\ChartViewer.java:122: error: getUserAgentStylesheet() in ChartViewer cannot override getUserAgentStylesheet() in Region [javac] protected String getUserAgentStylesheet() { [javac] ...
- Mon May 11, 2015 4:18 pm
- Forum: JFreeChart
- Topic: JFreeChart 1.0.18
- Replies: 18
- Views: 27935
Re: JFreeChart 1.0.19
... E:\EclipseWorkspaces\jfreechart-1.0.19\build [javac] E:\EclipseWorkspaces\jfreechart-1.0.19\source\org\jfree\chart\fx\ChartViewer.java:122: error: getUserAgentStylesheet() in ChartViewer cann ot override getUserAgentStylesheet() in Region [javac] protected String getUserAgentStylesheet() { [javac] ...