mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-18 21:50:04 +00:00
removed recursive call in paint
added scroll panes without relative position
This commit is contained in:
@@ -12,4 +12,9 @@ public class Point2<T> {
|
||||
public boolean equals(Point2<T> point2) {
|
||||
return x == point2.y && y == point2.y;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "Point2 x:" + x + " y: " + y;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user