Zoom, fermer, quitter, menu j'ai tout fait sah bon weekend

This commit is contained in:
Tristan Nogaret
2021-12-06 22:39:40 +01:00
parent 64ed216e5a
commit b6261915b7
5 changed files with 119 additions and 18 deletions
-1
View File
@@ -64,7 +64,6 @@ public class PDF extends JPanel {
*/
public void loadPages() {
for (int i = 0; i < pages.length; i++) {
try {
pages[i] = new Page(document, i, zoom);