mirror of
https://github.com/macocianradu/javaGUItoolkit.git
synced 2026-03-19 06:00:04 +00:00
added sliders
reworked painting added animations reworked point2 added point3 point4 made tag inner class in Debugger added fps animation parsing debuggers made new thread for painting at 60fps
This commit is contained in:
@@ -12,4 +12,8 @@ public class Timer {
|
||||
now = System.currentTimeMillis();
|
||||
return now - prev;
|
||||
}
|
||||
|
||||
public long getTime() {
|
||||
return System.currentTimeMillis() - prev;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user