16 package net.squiz.matrix.ui;
18 import java.awt.image.BufferedImage;
19 import java.awt.Point;
31 private static BufferedImage dragImage;
32 private static Point mouseOffset;
33 private static boolean inExchange =
false;
45 public static void setDragImage(BufferedImage dragImage, Point mouseOffset) {
58 throw new IllegalStateException(
"There is no exchange open.");
68 throw new IllegalStateException(
"There is no exchange open.");
77 throw new IllegalStateException(
"There is no exchange open.");