code hint fixes

This commit is contained in:
2015-01-18 22:49:59 +01:00
parent ade56d45a2
commit e4e9676081
25 changed files with 136 additions and 147 deletions
@@ -44,11 +44,11 @@ public class TimelinePanel extends JPanel {
public static final int FRAME_HEIGHT = 18;
public static Color selectedColor = new Color(0xff, 0x99, 0x99);
public static final Color selectedColor = new Color(0xff, 0x99, 0x99);
public static Color selectedBorderColor = new Color(0xcc, 0, 0);
public static final Color selectedBorderColor = new Color(0xcc, 0, 0);
public static Color backgroundColor = new Color(0xd9, 0xe7, 0xfa);
public static final Color backgroundColor = new Color(0xd9, 0xe7, 0xfa);
public Timeline getTimeline() {
return timeline;