You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the newly opened file should nicely fit the screen
theJcpp.getRenderPanel().setFitToScreen(true);
theJcpp.getRenderPanel().update(theJcpp.getRenderPanel().getGraphics());
// ..enable zooming by removing constraint again
theJcpp.getRenderPanel().setFitToScreen(false);
The text was updated successfully, but these errors were encountered:
however see this code in JCPAApplet.java
The text was updated successfully, but these errors were encountered: