screenmarkers: Access levels
This commit is contained in:
@@ -30,7 +30,7 @@ import javax.swing.SwingUtilities;
|
|||||||
import net.runelite.client.input.MouseAdapter;
|
import net.runelite.client.input.MouseAdapter;
|
||||||
|
|
||||||
@Singleton
|
@Singleton
|
||||||
public class ScreenMarkerMouseListener extends MouseAdapter
|
class ScreenMarkerMouseListener extends MouseAdapter
|
||||||
{
|
{
|
||||||
private final ScreenMarkerPlugin plugin;
|
private final ScreenMarkerPlugin plugin;
|
||||||
|
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ public class ScreenMarkerPluginPanel extends PluginPanel
|
|||||||
ADD_HOVER_ICON = new ImageIcon(ImageUtil.alphaOffset(addIcon, 0.53f));
|
ADD_HOVER_ICON = new ImageIcon(ImageUtil.alphaOffset(addIcon, 0.53f));
|
||||||
}
|
}
|
||||||
|
|
||||||
public void init()
|
private void init()
|
||||||
{
|
{
|
||||||
setLayout(new BorderLayout());
|
setLayout(new BorderLayout());
|
||||||
setBorder(new EmptyBorder(10, 10, 10, 10));
|
setBorder(new EmptyBorder(10, 10, 10, 10));
|
||||||
|
|||||||
Reference in New Issue
Block a user