IDEMPIERE-2780 Make Info window in swing extendible
This commit is contained in:
parent
59acc19449
commit
859345c2e7
|
@ -369,7 +369,7 @@ public abstract class Info extends CDialog
|
||||||
/** Static Layout */
|
/** Static Layout */
|
||||||
private CPanel southPanel = new CPanel();
|
private CPanel southPanel = new CPanel();
|
||||||
private BorderLayout southLayout = new BorderLayout();
|
private BorderLayout southLayout = new BorderLayout();
|
||||||
ConfirmPanel confirmPanel = new ConfirmPanel(true, true, true, true, true, true, true);
|
protected ConfirmPanel confirmPanel = new ConfirmPanel(true, true, true, true, true, true, true);
|
||||||
//Begin - [FR 1823612 ] Product Info Screen Improvements
|
//Begin - [FR 1823612 ] Product Info Screen Improvements
|
||||||
protected CPanel addonPanel = new CPanel();
|
protected CPanel addonPanel = new CPanel();
|
||||||
//End - [FR 1823612 ] Product Info Screen Improvements
|
//End - [FR 1823612 ] Product Info Screen Improvements
|
||||||
|
|
Loading…
Reference in New Issue