Skip to content

Commit 1fddf1c

Browse files
Removed a comment.
1 parent dbe7d46 commit 1fddf1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/frameworks_and_drivers/screens/EditorMainScreen.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ public EditorMainScreen(int flashcardSetId){
5151
//Create a panel that includes all the flashcards in the flashcard set and a panel with editing buttons.
5252
ListOfFlashcardsDataPanel listOfFlashcardPanel = new ListOfFlashcardsDataPanel(dbGateway ,flashcardData, flashcardSet, this);
5353
JScrollPane scrollPane = new JScrollPane(listOfFlashcardPanel);
54-
//scrollPane.setPreferredSize(new Dimension(100, 100));
5554
this.add(scrollPane);
5655

5756
//Customize this frame with the title of the flashcard, size of the panel, and setting frame to be visible.

0 commit comments

Comments
 (0)