Hi Mariano,
I was able to do it.
Just need to load XuiScreen twice in XuiContainer and send appropriate
parameter as per your requirement.
JFrame jframe = new JFrame();
jframe.setUndecorated(true);
new XuiScreen(
new String[] { this.startupDir + this.startupFile,
classPackageName}, jframe);
//Code for second screen
JFrame jframe1 = new JFrame();
jframe1.setUndecorated(true);
new XuiScreen(new String[] {
"specialpurpose/pos/config/xpos1.properties",classPackageName}, jframe1);
With regards,
S K Pradeep Kumar,
9035009495
On Wed, Aug 13, 2014 at 6:34 AM, Mariano M <
[hidden email]> wrote: