encog-java-core icon indicating copy to clipboard operation
encog-java-core copied to clipboard

GUI/Swing Display Resolution

Open jeffheaton opened this issue 8 years ago • 2 comments

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.

jeffheaton avatar Dec 18 '16 00:12 jeffheaton

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

brianlaughlin avatar Jan 07 '18 19:01 brianlaughlin

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.

jeffheaton avatar Jan 10 '18 00:01 jeffheaton