mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 20:28:00 +00:00
Background-only version of FPanel for working purposes only.
This commit is contained in:
@@ -197,7 +197,9 @@ public class FPanel extends JPanel {
|
||||
final Graphics2D g2d = (Graphics2D) graphics0.create();
|
||||
g2d.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
|
||||
|
||||
// Draw background as required
|
||||
drawBackgroundColor(g2d);
|
||||
|
||||
/*// Draw background as required
|
||||
if (foregroundStretch && foregroundImage != null) {
|
||||
drawForegroundStretched(g2d);
|
||||
}
|
||||
@@ -219,7 +221,7 @@ public class FPanel extends JPanel {
|
||||
|
||||
// Clear memory
|
||||
if (clip != null) { clip.reset(); }
|
||||
g2d.dispose();
|
||||
g2d.dispose();*/
|
||||
}
|
||||
|
||||
//========== Special draw methods
|
||||
|
||||
Reference in New Issue
Block a user