[ 1845591 ] Application window should use the mWindow.gif as default

This commit is contained in:
Heng Sin Low 2007-12-06 15:45:40 +00:00
parent 18d3a5cb01
commit f1291de272
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ public class AWindow extends CFrame
{
super();
// Set UI Components
this.setIconImage(org.compiere.Adempiere.getImage16());
this.setIconImage(Env.getImage("mWindow.gif"));
this.getContentPane().add(m_APanel, BorderLayout.CENTER);
this.setGlassPane(m_glassPane);
} // AWindow