Questions tagged [pane]

294 questions
-1
votes
1 answer

"Gridview Images" and "Full screen" fragments in multi pane(android)

I'm new android..my english little bit:( I want develop multi pane app. Two fragments "Gridview" and "Full screen" I know multi pane, but i dont know Gridview and Full screen in multi pane. Because all samples for ListView. help me please this app…
SiBemol_2
  • 3
  • 5
-1
votes
2 answers

Trouble using Cardlayout in java

Having Trouble adding components on panels in cardlayout , they are appearing weirdly (very small and top center) , have tried many layouts but not getting appropriate results , i have to place , buttons , Split Panes , tab Panes on different panels…
Farrukh khalid
  • 93
  • 1
  • 2
  • 9
-2
votes
1 answer

How to create array of Panes in JavaFX(or how to control multiple similar panes)

I have a Pane that includes label1, label2, label3 and a icon(pane with image). I duplicated that Pane and now i have 10 Pane 5 at left 5 at right and i named every item different for Pane(like left1label1,left2label1,right2label3)but i don't want…
Dabs
  • 1
-2
votes
1 answer

Real time adjustments of split pane Java

I just created a simple split pane which has 2 textpanes on both the sides. It looks good, but when I try to move it left or right, it doesn't adjust the width in real time rather it shows a faint line while moving. When I release the mouse then the…
Ruthvik
  • 790
  • 5
  • 28
-2
votes
1 answer

3 Pane layout using flex css with header staying always on top even on page scroll

I am trying to have a 3 pane layout for my web page. The header would always stay on top even on page scroll and will have a fixed height. The footer will have a fixed height and would stay on bottom but will not be fixed to view port's bottom…
Faisal Mq
  • 5,036
  • 4
  • 35
  • 39
-2
votes
1 answer

Java GUI window does not have any output

Greetings The Fellowship of the Ring, The following quest is set upon thee. Thy Lord's program does not output a result on the window to my wishes. The frame pops up but the panel does not work and therefore none of the buttons and controls show…
1337
  • 3
  • 3
-2
votes
1 answer

Replacing the text which appear when Navigation Pane (Stemasoft) is minimized in WPF

How to replace the text which appear when Navigation Pane is minimized in WPF based on the selected navigation pane item. Navigationpane used here is the navigation pane available from stemasoft.com with its dll.
Revathi
  • 307
  • 6
  • 18
-3
votes
1 answer

change the background color of Intellij IDEA tips pane

the background color is deep blue ,sometimes I can not get code prompt clearly,so I want to change its color.
-8
votes
1 answer

How can I stack download panes vertically using JavaFX?

I have a method which returns a pane and on that pane are some Buttons and a ProgressBar used to render the progress of a pending download while allowing the user to pause, resume or cancel it: My problem is that when whenever I start a new…
1 2 3
19
20