Added color to X-legend

This commit is contained in:
7u83
2017-04-02 20:44:14 +02:00
parent 5b9f21876c
commit b5c21d6218
2 changed files with 51 additions and 39 deletions

View File

@ -5,6 +5,7 @@
*/
package gui;
import java.awt.Color;
import javax.swing.JMenuItem;
/**
@ -20,6 +21,9 @@ public class MainChart extends chart.Chart {
initComponents();
initCtxMenu();
this.xl_bgcolor=Color.ORANGE;
this.xl_height=3;
}
private void showCtxMenu(java.awt.event.MouseEvent evt) {