[ 1845591 ] Application window should use the mWindow.gif as default
This commit is contained in:
parent
18d3a5cb01
commit
f1291de272
|
@ -41,7 +41,7 @@ public class AWindow extends CFrame
|
||||||
{
|
{
|
||||||
super();
|
super();
|
||||||
// Set UI Components
|
// Set UI Components
|
||||||
this.setIconImage(org.compiere.Adempiere.getImage16());
|
this.setIconImage(Env.getImage("mWindow.gif"));
|
||||||
this.getContentPane().add(m_APanel, BorderLayout.CENTER);
|
this.getContentPane().add(m_APanel, BorderLayout.CENTER);
|
||||||
this.setGlassPane(m_glassPane);
|
this.setGlassPane(m_glassPane);
|
||||||
} // AWindow
|
} // AWindow
|
||||||
|
|
Loading…
Reference in New Issue