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[]
|
public static Icon[] IMAGES = new Icon[]
|
||||||
{
|
{
|
||||||
null,
|
null,
|
||||||
Env.getImageIcon("mWindow.gif"),
|
Env.getImageIcon("mWindow.png"),
|
||||||
Env.getImageIcon("mReport.gif"),
|
Env.getImageIcon("mReport.png"),
|
||||||
Env.getImageIcon("mProcess.gif"),
|
Env.getImageIcon("mProcess.png"),
|
||||||
Env.getImageIcon("mWorkFlow.gif"),
|
Env.getImageIcon("mWorkFlow.png"),
|
||||||
Env.getImageIcon("mWorkbench.gif"),
|
Env.getImageIcon("mWorkbench.png"),
|
||||||
Env.getImageIcon("mSetVariable.gif"),
|
Env.getImageIcon("mSetVariable.png"),
|
||||||
Env.getImageIcon("mUserChoice.gif"),
|
Env.getImageIcon("mUserChoice.png"),
|
||||||
Env.getImageIcon("mDocAction.gif")
|
Env.getImageIcon("mDocAction.png")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ public class AWindow extends CFrame
|
||||||
{
|
{
|
||||||
super(gc);
|
super(gc);
|
||||||
// Set UI Components
|
// Set UI Components
|
||||||
this.setIconImage(Env.getImage("mWindow.gif"));
|
this.setIconImage(Env.getImage("mWindow.png"));
|
||||||
this.getContentPane().add(m_APanel, BorderLayout.CENTER);
|
this.getContentPane().add(m_APanel, BorderLayout.CENTER);
|
||||||
this.setGlassPane(m_glassPane);
|
this.setGlassPane(m_glassPane);
|
||||||
} // AWindow
|
} // AWindow
|
||||||
|
|
|
@ -201,7 +201,7 @@ public class ProcessDialog extends CFrame
|
||||||
*/
|
*/
|
||||||
private void jbInit() throws Exception
|
private void jbInit() throws Exception
|
||||||
{
|
{
|
||||||
setIconImage(Env.getImage("mProcess.gif"));
|
setIconImage(Env.getImage("mProcess.png"));
|
||||||
//
|
//
|
||||||
dialog.setLayout(mainLayout);
|
dialog.setLayout(mainLayout);
|
||||||
dialog.setMinimumSize(new Dimension(500, 200));
|
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
|
private void jbInit() throws Exception
|
||||||
{
|
{
|
||||||
this.setIconImage(Env.getImage("mReport.gif"));
|
this.setIconImage(Env.getImage("mReport.png"));
|
||||||
this.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
|
this.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE);
|
||||||
//
|
//
|
||||||
northPanel.setLayout(northLayout);
|
northPanel.setLayout(northLayout);
|
||||||
|
@ -814,7 +814,7 @@ public class Viewer extends CFrame
|
||||||
return;
|
return;
|
||||||
// Create Menu
|
// Create Menu
|
||||||
JPopupMenu pop = new JPopupMenu();
|
JPopupMenu pop = new JPopupMenu();
|
||||||
Icon wi = Env.getImageIcon("mWindow.gif");
|
Icon wi = Env.getImageIcon("mWindow.png");
|
||||||
if (m_ddQ != null)
|
if (m_ddQ != null)
|
||||||
{
|
{
|
||||||
m_ddM = new CMenuItem(m_ddQ.getDisplayName(Env.getCtx()), wi);
|
m_ddM = new CMenuItem(m_ddQ.getDisplayName(Env.getCtx()), wi);
|
||||||
|
|