Return-Path: X-Original-To: apmail-ofbiz-user-archive@www.apache.org Delivered-To: apmail-ofbiz-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4F6AC116F2 for ; Wed, 13 Aug 2014 17:39:39 +0000 (UTC) Received: (qmail 41731 invoked by uid 500); 13 Aug 2014 17:39:38 -0000 Delivered-To: apmail-ofbiz-user-archive@ofbiz.apache.org Received: (qmail 41701 invoked by uid 500); 13 Aug 2014 17:39:38 -0000 Mailing-List: contact user-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@ofbiz.apache.org Delivered-To: mailing list user@ofbiz.apache.org Received: (qmail 41689 invoked by uid 99); 13 Aug 2014 17:39:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2014 17:39:38 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of s.k.pradeepkumar@gmail.com designates 209.85.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-ig0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Aug 2014 17:39:33 +0000 Received: by mail-ig0-f180.google.com with SMTP id l13so2484228iga.1 for ; Wed, 13 Aug 2014 10:39:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=MtwUIHvhJEvxRgXsOw1iWNkHb1bWRu45MfMBR++zXkI=; b=WklLuNdhqQNNMhK0Kd9BRx3+iUH9CyNZatmgOiWCdRtU3pRCWDHlWy7JDx3neg/Eb+ g4uxI/EBaBeu7/T/SrrwOWHfcbNbVcS8Bej5RYLj7dMQKHvQtKypduKWTJfK/5tPD5hs +GlbJWh5VW3fApv5lU/ubPLLExZpxzrt3wAE/gKl/CnIc1E1KVGFxgAEXMHb1dia+2HG Q12NSrPPi6GfvXGUq3x1GVCt2Nvh89iqQQeJykn9IsT4a0TF/KvL/mwv5/3+qvki1sPE wD/MjTXh7wAi2qlLjRIWzod9UwBXtU3ezICw+GFwL5x/tUbd7/7KV5DHPYy1k4E49gVL LL6g== MIME-Version: 1.0 X-Received: by 10.50.33.73 with SMTP id p9mr50516504igi.24.1407951553173; Wed, 13 Aug 2014 10:39:13 -0700 (PDT) Received: by 10.107.136.211 with HTTP; Wed, 13 Aug 2014 10:39:13 -0700 (PDT) In-Reply-To: <1407891896678-4653429.post@n4.nabble.com> References: <1407891896678-4653429.post@n4.nabble.com> Date: Wed, 13 Aug 2014 23:09:13 +0530 Message-ID: Subject: Re: POS From: S K Pradeep Kumar To: user@ofbiz.apache.org Content-Type: multipart/alternative; boundary=089e01538e5a3020de05008644ff X-Virus-Checked: Checked by ClamAV on apache.org --089e01538e5a3020de05008644ff Content-Type: text/plain; charset=UTF-8 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 wrote: > Pradeep, > > Have you find the answer to this? Have you implemented this? > > Thank you, > > Mariano > > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/POS-tp4641941p4653429.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > --089e01538e5a3020de05008644ff--