Skip to content

Commit

Permalink
Update App.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ISO53 committed Apr 7, 2024
1 parent 1391be6 commit 33ced64
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/iso53/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ public App() {

InteractiveImagePanel interactiveImagePanel = new InteractiveImagePanel();
interactiveImagePanel.setImage(readDummyImage());
interactiveImagePanel.setScalingAlgorithm(8);
interactiveImagePanel.addZoomCapability();
interactiveImagePanel.addMoveCapability();

jpnl_backPanel.add(interactiveImagePanel, BorderLayout.CENTER);
}
Expand Down

0 comments on commit 33ced64

Please sign in to comment.