IDEMPIERE-402 zk -> Env.getImageIcon: Not found: mWindow.gif
|
@ -118,14 +118,14 @@ public final class MTreeNode extends DefaultMutableTreeNode
|
|||
public static Icon[] IMAGES = new Icon[]
|
||||
{
|
||||
null,
|
||||
Env.getImageIcon("mWindow.gif"),
|
||||
Env.getImageIcon("mReport.gif"),
|
||||
Env.getImageIcon("mProcess.gif"),
|
||||
Env.getImageIcon("mWorkFlow.gif"),
|
||||
Env.getImageIcon("mWorkbench.gif"),
|
||||
Env.getImageIcon("mSetVariable.gif"),
|
||||
Env.getImageIcon("mUserChoice.gif"),
|
||||
Env.getImageIcon("mDocAction.gif")
|
||||
Env.getImageIcon("mWindow.png"),
|
||||
Env.getImageIcon("mReport.png"),
|
||||
Env.getImageIcon("mProcess.png"),
|
||||
Env.getImageIcon("mWorkFlow.png"),
|
||||
Env.getImageIcon("mWorkbench.png"),
|
||||
Env.getImageIcon("mSetVariable.png"),
|
||||
Env.getImageIcon("mUserChoice.png"),
|
||||
Env.getImageIcon("mDocAction.png")
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ public class AWindow extends CFrame
|
|||
{
|
||||
super(gc);
|
||||
// Set UI Components
|
||||
this.setIconImage(Env.getImage("mWindow.gif"));
|
||||
this.setIconImage(Env.getImage("mWindow.png"));
|
||||
this.getContentPane().add(m_APanel, BorderLayout.CENTER);
|
||||
this.setGlassPane(m_glassPane);
|
||||
} // AWindow
|
||||
|
|
|
@ -201,7 +201,7 @@ public class ProcessDialog extends CFrame
|
|||
*/
|
||||
private void jbInit() throws Exception
|
||||
{
|
||||
setIconImage(Env.getImage("mProcess.gif"));
|
||||
setIconImage(Env.getImage("mProcess.png"));
|
||||
//
|
||||
dialog.setLayout(mainLayout);
|
||||
dialog.setMinimumSize(new Dimension(500, 200));
|
||||
|
|
Before Width: | Height: | Size: 606 B After Width: | Height: | Size: 606 B |
Before Width: | Height: | Size: 588 B After Width: | Height: | Size: 588 B |
Before Width: | Height: | Size: 333 B After Width: | Height: | Size: 333 B |
Before Width: | Height: | Size: 625 B After Width: | Height: | Size: 625 B |
Before Width: | Height: | Size: 648 B After Width: | Height: | Size: 648 B |
Before Width: | Height: | Size: 462 B After Width: | Height: | Size: 462 B |
Before Width: | Height: | Size: 363 B After Width: | Height: | Size: 363 B |
Before Width: | Height: | Size: 765 B After Width: | Height: | Size: 765 B |
|
@ -241,7 +241,7 @@ public class Viewer extends CFrame
|
|||
*/
|
||||
private void jbInit() throws Exception
|
||||
{
|
||||
this.setIconImage(Env.getImage("mReport.gif"));
|
||||
this.setIconImage(Env.getImage("mReport.png"));
|
||||
this.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
|
||||
//
|
||||
northPanel.setLayout(northLayout);
|
||||
|
@ -814,7 +814,7 @@ public class Viewer extends CFrame
|
|||
return;
|
||||
// Create Menu
|
||||
JPopupMenu pop = new JPopupMenu();
|
||||
Icon wi = Env.getImageIcon("mWindow.gif");
|
||||
Icon wi = Env.getImageIcon("mWindow.png");
|
||||
if (m_ddQ != null)
|
||||
{
|
||||
m_ddM = new CMenuItem(m_ddQ.getDisplayName(Env.getCtx()), wi);
|
||||
|
|