mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-06 16:50:39 +00:00
Correct imports
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
package org.parabot.core.ui;
|
package org.parabot.core.ui;
|
||||||
|
|
||||||
import java.awt.Color;
|
|
||||||
import javax.swing.JDialog;
|
|
||||||
|
|
||||||
import org.parabot.core.ui.components.PaintComponent;
|
import org.parabot.core.ui.components.PaintComponent;
|
||||||
|
|
||||||
|
import javax.swing.*;
|
||||||
|
import java.awt.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
* @author Everel
|
* @author Everel
|
||||||
@@ -16,7 +16,7 @@ public class BotDialog extends JDialog {
|
|||||||
|
|
||||||
private BotDialog(BotUI botUI) {
|
private BotDialog(BotUI botUI) {
|
||||||
super(botUI);
|
super(botUI);
|
||||||
|
|
||||||
botUI.setDialog(this);
|
botUI.setDialog(this);
|
||||||
setUndecorated(true);
|
setUndecorated(true);
|
||||||
getRootPane().setOpaque(false);
|
getRootPane().setOpaque(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user