Skip to content

Commit

Permalink
move RoundedMenu to view/common
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Jul 12, 2024
1 parent 56c0c84 commit 8d99b89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/github/creme332/view/MenuBar.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import com.github.creme332.model.MenuModel;
import com.github.creme332.model.Mode;
import com.github.creme332.view.common.RoundedMenu;

import org.kordamp.ikonli.bootstrapicons.BootstrapIcons;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.github.creme332.view;
package com.github.creme332.view.common;

import javax.swing.JMenu;
import javax.swing.SwingConstants;
Expand All @@ -7,8 +7,6 @@
import javax.swing.event.MenuEvent;
import javax.swing.event.MenuListener;

import com.github.creme332.view.common.RoundedBorder;

import java.awt.Dimension;
import java.awt.Graphics;
import java.awt.Graphics2D;
Expand Down

0 comments on commit 8d99b89

Please sign in to comment.