1. Custom SWT controls and layouts stackoverflow.comWhat custom controls and layouts for SWT/JFace do you use? Preferably, list one per answer. |
2. How to set GridLayout for WinForms control i.e. Panel stackoverflow.comHow can one set GridLayout known from Java or Wpf in WinForms control? Is it available by default or does it require writing some code (custom LayoutEngine implementation)? |
3. a SWT control refuses to "grab excess vertical space" stackoverflow.comThe case is that the TopTaskGroup(left one) can "grab excess vertical space" while resizing window, but the NewTaskGroup(the right one), after adding a TooBar on it(see ... |
4. How do I programmatically control the position of JScrollPane? stackoverflow.comI have a |
5. Layout of controls coderanch.comhai friends, I am using grid layout to list the controls. so when i maximize the form the controls also becomes large. or when i give perfect size for each controls the controls doesnt even change the position when the form is maximized. is there any other way to layout the controls. |
6. Layout of controls coderanch.comhai friends, I am using grid layout to list the controls. so when i maximize the form the controls also becomes large. or when i give perfect size for each controls the controls doesnt even change the position when the form is maximized. is there any other way to layout the controls. |
7. Positioning controls on a GridBagLayout coderanch.com |
8. How to control layout for multiple toolbars? java-forums.orgHi, I'm trying to add a second toolbar to an existing app. The app frame is in BorderLayout. I think a panel with FlowLayout suffices for the arrangement of the toolbars, but I don't get the expected behavior: I would like both toolbars arranged next each other horizontally if the app frame is wide enough. If the frame is resized (smaller), ... |
9. how to control the GridLayout java-forums.orgthank you for the fast response ok i have this code from a book and i need to create a Jtextarea and tow icons and be free to position them any where in the remaining area a and to leave some empty spaces but the problem is that the GridLayout will override any thing else's layout this is the code from ... |
10. How to set relative position of GUI controls with NetBeans forums.oracle.comApologies if this is in the wrong forum - I googled for a dedicated NB forum but couldn't find one. I'm attempting to put a GUI together using NetBeans and have a couple of Q's concerning it. Firstly, how do I set the relative position of a control within another control? i.e. I would like to set a textbox in the ... |