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