public void paint(Graphics g) {
// BACKGROUND
try {
g.drawImage(Resurs.lancanic_canvas_backgroundImage,
this.getWidth() / 2, this.getHeight() / 2,
Graphics.HCENTER | Graphics.VCENTER);
} catch (Exception ee) {
Log.error("drawImage(" + this + ")", ee);
}
super.paint(g); // UI Components.
// FOREGROUND
Resurs.globeFPS.global_fps++;
Resurs.globeFPS.drawDiagram(g);