encog-java-core
encog-java-core copied to clipboard
GUI/Swing Display Resolution
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.
I saw that Weka had a similar issue and was solved by using Java 9. Love your work @jeffheaton!
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.