Skip to main content

All Questions

Tagged with
0 votes
1 answer
411 views

Two column layout for HoloViews plots

I have three HoloViews (Bokeh) plots. I want to place them as follows: +---+ | | | +---+ | | ! | A | B | | | | | +---| | | | | | C | | | | +---+---+ that is, on two columns: ...
Dario de Judicibus's user avatar
0 votes
1 answer
740 views

ExtJS 6.0.2 Create a Panel with two nested Panels using hbox layout

I am trying to build a panel with two components using hbox layout, one of fixed width on the left, the second would contain multiple forms side by side and should be horizontally scrollable. I want ...
Shivam Kedia's user avatar
1 vote
1 answer
147 views

Reposition ui elements in unity

I have a question regarding an issue. How can i make items reposition themselves when I hide or show marked panel? enter image description here
NAJAF SIKANDER's user avatar
0 votes
2 answers
182 views

Form Panels Resizing

How to resize panels inside a form accordingly? My form has 3 panels If I set panel2.visible to false, panel3 occupies the space. If I set panel1.visible to false, panel3 also occupies the rest. ...
kid byte's user avatar
1 vote
1 answer
164 views

Putting Load Animation PictureBox Panel on Top of Tabbed Layout Pane

I have a window with a Tabbed Layout Pane containing 2 panels,The Dockmode of the tabbed layout pane is set to Fill.I need to put a Panel/Picturebox that indicates background processing at the center ...
techno's user avatar
  • 6,408
2 votes
1 answer
878 views

Ext.panel.Panel Items is not appearing

I've defined a panel class* which is wrapped by another panel**. Somehow subclass' items are not rendering? I've tried several layouts and configs, as well tried to set flex config but none of those ...
Nuri Engin's user avatar
0 votes
1 answer
162 views

How to stack text fields vertically on a Panel?

I am working on the little GUI GPA calculation program. I set up my button so that once it's clicked some text fields and comboboxes will be added to a panel, but everytime when it's clicked, all the ...
HL1701's user avatar
  • 65
0 votes
1 answer
153 views

Panels take equal space

I have two panels. The first one looks like this. public class BoardPanel extends JPanel { public BoardPanel() { setLayout(null); this.setOpaque(false); Button ...
Joan Plepi's user avatar
0 votes
1 answer
284 views

Dynamic height of TextArea in Spring Layout using putConstraint - Java

I'd like to display notes in the textarea with a dynamic height(some notes are small and other notes are long). I am retrieving note lines from the textarea to define height in the layout. I've tried ...
In-young Choung's user avatar
0 votes
1 answer
1k views

Vaadin: No Horizontal Scrollbar in HorizontalSplitPanel

I have a HorizontalSplitPanel in my Vaadin app. How can I get a horizontal scrollbar when I resize my browser? In this Panel, I have a Menu on the left and the Content on the right. For the Content, I ...
Tobi123's user avatar
  • 528
1 vote
1 answer
832 views

Java. Layout for a game. How to put labels at the right top of the window?

This is what I need to get as the result There is a game area wich schould be size (800,600) on the left side. On the rest of the window in the right should be Menu/Score Area. I've got two labels (...
chujudzvin's user avatar
  • 1,215
1 vote
2 answers
107 views

Apply style to one child element of a custom panel?

I've made my own implementation of a custom panel(which is mostly handling a Grid layout of items, depending on their size and the panel size). I've to be able to "navigate" between items(with ...
J4N's user avatar
  • 20.3k
0 votes
0 answers
48 views

How to scroll through my JPanel that has an absolute layout?

while (rs.next()) { if (c == 1) { fillResultPanel(textFieldIMEInumber.getText().trim()); } else { JTextField field = createOrderIDJTextField(panelChooseOrder, i); field.setText(rs.getInt(1)...
Vala Ahmeti's user avatar
0 votes
0 answers
143 views

get horizontal scroll bar instead of cutting off winform when made smaller

I'm using a winform. When I set the width to a little too small, or user adjusts my form width, some of my controls are getting cut off. The behavior that I'm looking for is a horizontal scroll bar ...
user avatar
0 votes
1 answer
58 views

Organizing the JFrame Professionally

Looking for some help from someone who works with the Layout managers often as I normally don't use them for simpler applications etc. What I have essentially is 2 Radio Buttons with a Label beside it ...
TravJav92's user avatar
  • 117

15 30 50 per page
1
2 3 4 5
7