some background: I work with a language called BBj. It has its own api for positioning elements on the screen - generally speaking you must specify where things go and how big they are. There is no layoutmanager facility. But it is possible to call into java code.
I would like to use MigLayout anyway. I am thinking that I could add components ( something lightweight ) to a 'virtual' panel using miglayout constraints and then query the positions / sizes of the components. Each component would correspond to an actual visible BBj component. If a window is resized I could ask the virtual JPanel to resize and then require the positions and set the sizes / positions via the BBj api.
Can MigLayout be used to arrange / layout components in panels that are never visible?
thanks Steve
Sat Jul 24, 2010 4:27 am
MiG Support
Site Admin
Joined: Mon Dec 06, 2004 3:24 pm Posts: 2211 Location: Sweden
Re: miglayout as layoutmanager by proxy
Hello,
Yes, sure. MigLayout is made to be ported to any GUI language.
Users browsing this forum: No registered users and 1 guest
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum