Fixed naming bug in license folder

This commit is contained in:
Tinglyyy
2026-02-08 12:00:46 +01:00
parent 0fb4096b9b
commit 178ec93e95
2 changed files with 0 additions and 4 deletions

View File

@@ -24,10 +24,6 @@ public class CustomizedTests {
frame.setLayout(new FlowLayout());
OACLabel imageLabel = new OACLabel(TempIcons.TEMP_HOLE_ICON.ofSize(IconSize.MEDIUM));
//frame.add(new OACTitledComponent<>("Titled", imageLabel));
frame.add(new OACButton());
frame.setVisible(true);