Experimental FPanel debugging: only BG color algorithm enabled.

This commit is contained in:
Doublestrike
2012-02-14 02:56:24 +00:00
parent f8b7d002c7
commit a2d3f90228

View File

@@ -196,6 +196,11 @@ public class FPanel extends JPanel {
final Graphics2D g2d = (Graphics2D) graphics0.create();
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
//EXPERIMENTAL DEBUGGING
drawBackgroundColor(g2d);
////////////////////////
/*
// Draw background as required
if (foregroundStretch && foregroundImage != null) {
drawForegroundStretched(g2d);
@@ -218,7 +223,7 @@ public class FPanel extends JPanel {
// Clear memory
if (clip != null) { clip.reset(); }
g2d.dispose();
g2d.dispose();*/
}
//========== Special draw methods