jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

GUI/Swing Display Resolution #237

Open jeffheaton opened 7 years ago

jeffheaton commented 7 years ago

On high-res monitors, the Encog workbench and some GUI examples appear very small on high res computers. Not entirely sure what the solution is, but I am adding an issue to track this.

I suppose Swing should be abandoned in favor of JavaFX, though that would likely be a considerable undertaking for the Workbench. Another direction for the workbench might be as an HTML5 app embedded in a web server. These seems popular for desktop-like apps.

Encog Java GUI examples should go JavaFX at some point.

brianlaughlin commented 6 years ago

I saw that Weka had a similar issue and was solved by using Java 9. Love your work @jeffheaton!

jeffheaton commented 6 years ago

Thanks I will look into it. GUI code seems to have a very short life. I can't count how many GUI frameworks I've learned over the years.