Questions tagged [pane]
294 questions
0
votes
1 answer
Xpages tabbed pane
We are trying to add a Google map custom control to the 4th tab of a tabbed pane in XPages
When we do we get this:
A map with ONLY the first small 10th of the map draw in the top left corner.
As you can see only the first section of the map will…

Andrew McCann
- 11
- 1
0
votes
1 answer
JavaFX adding custom item to Pane
I have an FXML file that has a Pane as one of it's entries, used for the output of our program. I would like to have this Pane contain an HTMLEditor. I'm a little bit confused at what to do to accomplish this. The class uses the Singleton pattern…

Matt
- 5,408
- 14
- 52
- 79
0
votes
2 answers
Display class in content pane in java
I have a general question about java. Because I want to create StronaGlowna.java (class) where I have place all buttons, check box and other GUI component which I want to display in main class. The first question is this right way, it's correct ? or…

Przemysław Suszek
- 90
- 1
- 1
- 11
0
votes
1 answer
How to detect WHILE a pane is being resize in Javafx
I was wondering if anyone has ideas on how to detect WHILE a pane is being resized. Basically I have multiple threads drawing on the pane and would like the threads to stop while the pane is being resized. When I scroll the inside of the pane I am…

user1958884
- 303
- 3
- 8
- 14
0
votes
1 answer
anchor when extended not working
I created my own chart with x and y axises. I found the present choices of charts did not suite my needs. I have managed to built my chart to my likings and now I would like to add all the components to an object that extends AnchorPane. The end…

user1958884
- 303
- 3
- 8
- 14
0
votes
2 answers
JavaFX 2 - JPedal included in a Pane
Is it possible to include a JPedal PDF Viewer in a HBox JavaFX Application, with other stuffs added to the following slots of the HBox? Any tips?

Lorenzo Sciuto
- 1,655
- 3
- 27
- 57
0
votes
0 answers
Removing Focus from Java FX pane
I'm trying to make my own GUI like thing with Java FX, but I can't seem to find a way to get a minimize button to work. I don't have the menu at the top of the screen, so you can't just use that. Is there any way to make it happen, or is this just a…

The_Steve13
- 119
- 2
- 11
0
votes
1 answer
Replace a view in splitter window during runtime in mfc vs2010
I would like to know a way to change the view of a particular pane in a splitter window.
It should be something like an explorer window. Where on click of any tree branch on left side of window right hand side view updates.
Similarily i would like…
0
votes
2 answers
Select JTabbedPane Panel with JMenuItem
I have a menu-bar and a tabbed pane in a frame, and i want that if i select a menuitem, then the requested tab will open. Please help me with this, thanks!!!

Ravi Parkash
- 3
- 4
-1
votes
1 answer
Setting a node in a specific location Javafx
I'm trying to make a Scrabble game, but I'm having trouble adding the tiles to match exactly to the board coordinates. SO far I'm having trouble figuring that out. Here is my code
import javafx.application.Application;
import…
-1
votes
1 answer
Free scroll pane (JavaFX)
What pane can I use to add anchorpanes(setting y and z).
Initially it is of a certain size, and if it is too many anchorpanes to show, i`d like to add a scroller with which I can scroll down the pane to see more elements.
P.S.
sry for my bad…

Makar Orton
- 1
- 3
-1
votes
2 answers
JavaFX 2.2 - How to adapt scrolling after zooming inside scrollPane?
I'm working on an application made with JavaFX and CSS. I have reached a point where I have to display a picture inside a scrollPane (which is inside a GridPane). I need to zoom this picture. I succeeded to use the multi-touch features of my…

kofee
- 11
- 1
- 5
-1
votes
1 answer
JavaFX: Display own Object on Pane or Canvas
I have an Object with x- and y-coordinates.
public class GuiElement
{
int x;
int y;
Shape guiRepresentation;
String name;
public GuiElement(String name, int x , int y)
{
this.name = name;
this.x = x;
…

kayf
- 87
- 1
- 11
-1
votes
1 answer
Java GUI - Menu Bar and Split Pane
I know how to code Java but I'm having a lot of trouble with this. I've made a menubar but I want to put a split pane underneath it. The menubar is fine but the split pane is giving me a lot of errors and I don't know how to fix it.
Any help would…
user5924954
-1
votes
2 answers
Java Swing Tabs with multiple panels
is it possible to create a (new)panel inside a tab when you press a button inside the (current)panel?So that the layout is different to the (current) panel? For example the button is just "next".
i can't find anything on google, i have the feeling…

Boermt-die-Buse
- 94
- 1
- 3
- 12