A Java Swing component that lets the user switch between a group of components by clicking on a tab with a given title and/or icon.
1
vote
1answer
31 views
“java.lang.ArrayIndexOutOfBoundsException: -1” while adding tab to “javax.swing.JTabbedPane”
Please help to resolved java.lang.ArrayIndexOutOfBoundsException.
I am getting this exception quite randomly and the worst part is that I could not reproduce exception. Stack-Trace shows addTab() ...
1
vote
5answers
60 views
I want to add buttons to each tab
I have three tabs total and when the user clicks on the different tabs I need there to be buttons that the user can click. I also want to know how to make my window bigger. Thanks in advance for your ...
1
vote
1answer
84 views
How can I fix this code bug? [closed]
I am trying to make an image editing application in Java using the MVC design pattern. So, event handling is in a controller, state and operations relevant to the state are stored in models, and ...
2
votes
2answers
61 views
Java JTabbedPane Inset Color
I was wondering how you would get the color of the inset of a JTabbedPane. I cannot seem to get this color. Every attempt I make I get 236,236,236 which is the outside frame color, where the inside ...
0
votes
3answers
47 views
When does a JTabbedPane component get its size?
I need to know the size of a JPanel when I add it to a JTabbedPane to compute other values. If I call the add(Component) method, when does the Component get its size?
For example,
JTabbedPane ...
1
vote
1answer
33 views
JTabbedPane created dynamically
I have a problem when I try to crete dynamically Tabs on a JTabbePane by a for. The problem is that I don't know how to access the contents when an event happens.
I will try to show you part of the ...
0
votes
1answer
21 views
Sharing Components with multiple containers
I have JTabbedPane and each tab has a JTextPane.
Each JTextPane has a popup-menu but I want all of them to share the exact same popup-menu. Why? Because when I switch tabs, I want the same options ...
1
vote
1answer
21 views
JTabbedPane FlowLayout throws ArrayIndexOutOfBoundsException
I'm trying to apply the flow layout to a JTabbedPane so that I can set the hgap(0) and vgap(0). The default layout for the JTabbedPane leaves gaps all around.
The following code throws when I try to ...
1
vote
1answer
21 views
XML parsing and display in JTabbedPane
I am newbie to java I have parsed XML now I have to display it in respective JTabbedPane. I have error on attribute object on start element method.
Where am I going wrong?
import ...
1
vote
2answers
24 views
How to disable CONTROL+PAGE_UP of a JTabbedPane?
How to disable the default behavior of CONTROL+PAGE_UP and CONTROL+PAGE_DOWN of a JTabbedPane?
1
vote
1answer
37 views
0
votes
2answers
56 views
Tabs in a JTabbedPane affect the content
Why would the order of Tabs in a JTabbedPane affect if the content of the tab works as expected?
I am writing my first advanced application and am having some trouble with my JTabbedPane.
Here's ...
0
votes
0answers
8 views
Why isn't adding or removing tabs working properly?
This is placeholder code. I'm trying to generate a tabmenu based on the values of okKunde, okSalg and okAdmin. If okKunde is true only info should be visible, if okSalg is true info and salg should be ...
3
votes
2answers
20 views
How to change selected JtabbedPane in Action Listener
I would like to change selected JTabbedPane "Calculation" after click on the button responsible for calculation with Action Listener to TabbedPane "Results".
1
vote
1answer
56 views
JTabbedPane does not add more than 1 tab when using .addTab()
I am wondering why the JTabbedPane only adds 1 tab. When I use the method addTab and then reuse it to create a new tab, it overrides the first tab created. Here is the code: BTW, most of the code ...
0
votes
1answer
47 views
Refresh JPanel content on tab switch
I'm writing a simple UI just to get the hang of things. I have a tabbed window with two tabs, one has a button that counts up an integer, the other has a text field showing the content of said ...
0
votes
1answer
32 views
Netbeans visual editor suddenly flawed
I am currently developing a small application for my exams next month. I am using the visual editor of Netbeans.
Suddenly it stopped working, giving me the exception at the end of the thread.
It ...
0
votes
1answer
93 views
JScrollPane inside JPanel inside a JTabbedPane is not scrolling
I have this JPanel called CatalogPane, which is of size 800 by 600, which is inside a JTabbedPane inside a JFrame called BookFrame. So inside the CatalogPane, I created a JPanel called bookDisplay ...
0
votes
2answers
46 views
Creating JTabbedPane in a JDialog and making the frame available
I'm working with GUI in Java and I've made several JDialogs opening one above the other.
I tried to create a JTabbedPane and I have succeed. However, I have to make the JTabbedPane in a JFrame. I've ...
1
vote
1answer
46 views
creating the same jtable in 2 different JtabbedPanes
I want to create 2 JTabbedPanes that will have the same JTable but different values in one of the columns. Right now for some reason only one of the tabs is showing up and I am not sure why. Also am I ...
0
votes
1answer
40 views
AWT TextArea inside JTabbedPane visual bug
JTabbedPane main_tabbedPane = new JTabbedPane( JTabbedPane.TOP );
main_tabbedPane.setBorder( new EmptyBorder( 0, 0, 0, 0 ) );
main_tabbedPane.setBounds( 10, 76, 665, 473 );
...
0
votes
1answer
38 views
Using JButtons as Tabs
Could I use JButtons as tabs? Since the JTabbedPane cannot hold the same component in multiple tabs, would there be a way for a JButton to be a tab? I know it looks like tiDE(Website) uses the ...
0
votes
1answer
33 views
ActionLister on a Change of Tab in JTabbedPane
I have the following GUI:
The problem is, the [Register LMS] button should only be displayed when I'm on the Flood Monitoring tab.
When I go to the User Registration tab, another button should ...
1
vote
2answers
33 views
JTabbedPane showing Blank in GUI
I had some Java GUI code already, but then decided I wanted to wrap the whole thing in a JTabbedPane, as I have other GUI stuff that will go in other tabs.
I have followed the tutorials here, but ...
0
votes
1answer
68 views
Is it posible to place the tabs within JTabbedPane(JPanel)?
Like this!
And the setOpaque(false); in JTabbedPane didn't work.
Would someone help me please?
part of my code:
for (int x=1; x<6; x++){
newsPanel[x]=new JPanel();
...
0
votes
1answer
54 views
JButton inside JTable inside JTable inside JTabbedPane
So the code behind it is quite massive.
I have JTabbedPane with a Tab for each table(inside JSCrollPane ) and a Summary table which contains tables that uses the same models as models in the tabs. So ...
1
vote
1answer
72 views
Firefox option pane UX design in Java Swing?
I need to design a window similar to Firefox > tools > options (shown below) using Java Swing. I have to create two top headers. On click of each I have to open tabbedpanes (Same as Firefox > ...
1
vote
1answer
49 views
JComponent Won't Repaint
I have a JTabbedPane that looks like this:
overview= new JTabbedPane();
JComponent accountinfo= AccountOverview(guest.toString());
overview.addTab ("Account Overview", ...
1
vote
2answers
50 views
Remove content padding on JTabbedPane in Substance LAF
I'm doing some experiments with Substance LAF and I'm trying to remove padding between tabs. With default ui I used:
UIManager.getDefaults().put("TabbedPane.contentBorderInsets", new ...
0
votes
1answer
113 views
How to add a JScrollPane onto a JTabbedPane using a null layout?
I want to implement a Scrollbar onto my Tab. However nothing is showing and there are no exceptions.
I think I need a:
scrollPane.setViewportView(scrollPanel);
But it didn't work as well.
I ...
0
votes
1answer
33 views
JTabbedPane with autoscrolling Tabs
If I use this function more than once in the programm the tabs stop autoscrolling. Autoscrolling woks with one Tab:
protected JTextArea addTab(String name){
JTextArea tab = new JTextArea();
...
0
votes
0answers
16 views
Repaint JTabbedPane
I'm working on a project with 2 JTabbedPane's.
When I click a button in the first one, information is send to the second one.
But, when I open the second one, it repaints itself losing all the ...
0
votes
0answers
32 views
JideTabbedPane inside JideTabbedPane in javaswing?
I am using a JideTabbedPane. Which has 5 tabs.Now my requirement is-I have to add one tab at the end of JideTabbedPane ,which acts like "parent tab" button.On click of this another tabbed pane should ...
1
vote
0answers
41 views
Close button on JTabbedPane header
In many apps, such as Google Chrome, tabs have an 'x' on the right side of their titles, which closes the tab when clicked. I Intend to make something like that in my Swing Application. I found this ...
1
vote
1answer
122 views
JTabbedPane add different class constructor to a tab
I'm trying to create a frame with tabs and menubar, each tab will contain a different JTable, I wonder is it possible to add a constructor from different class to a tab?
I mean:
public class ...
1
vote
2answers
70 views
JTabbedPane doesn't work correctly
public void tabbedPane(){
JPanel tab1 = new JPanel();
JButton btn = new JButton("Buton - 1");
btn.setPreferredSize(new Dimension(50, 20));
...
0
votes
2answers
89 views
How to add a picture onto JTabbedPane - on a null panel layout?
I want to implement a 200 * 200 picture onto my JTabbed Pane layout from the src folder.
My issue is that nothing is showing- no error no exception and no picture.
I dont think I have to declare the ...
1
vote
1answer
51 views
How can I create a new line within a JTabbedPane JComponent Panel?
I'm creating a short program that involves a guest and a tabbed pane. I want to program the JTabbedPane so when I click on a certain tab, the guest's information will be displayed using the JComponent ...
0
votes
0answers
85 views
JTabbedPane minimum size incorrectly calculated
I found a bug in java and I'd like to know what's the best way to workaround it.
When you create a JTabbedPane with LEFT alignment (the tabs on the left side) and if you add Icons in the tabs, then ...
1
vote
1answer
141 views
Adding ChartPanel to JTabbedPane using JPanel
I want to add JFreeChart to JPanel and then add JPanel to JTabbedPane. I managed to display JFreeChart on JFrame, but I want to add JFreeChart as a 4th tab of JTabbedPane.
Code to display Chart:
...
0
votes
2answers
94 views
How to stop JTextArea from being placed on top of JTabbedPane?
I am trying to design a layout with a JTabbedPane at the top of the frame and then a jLogArea below the tabbed pane.
I am using this code:
setLayout(new BorderLayout());
tabbedPane.setSize(WIDTH, ...
2
votes
2answers
75 views
Swing AncestorListener: Don't fire for tab switching?
I'm using the following code to let my component register/unregister event listeners when it's added/removed respectively.
addAncestorListener(new AncestorListener() {
@Override public void ...
1
vote
1answer
70 views
How to Call a certain function when click on a Tab in Java?
In a panel i have 3 Tabs (using JTabbedPane). The user can do whatever he wants in Tab1 or Tab2, but i simply want when he switches to Tab3 he sees the results of what he did in Tab2 or Tab1.
I think ...
2
votes
2answers
80 views
Tabed pane with a label on top
I need to add a JLabel/JPanel as shown in the image. When resizing the frame both the tabbed pane and the Label/panel should be resided. The label and the panel inside the Tabbed Pane are ...
0
votes
1answer
85 views
JTabbedPane auto-resize
I am developing a Java Swing application with Net-Beans. the application has a JFrame with tabbed panes. Now the problem is that when the frame is maximized, the tabbed pane only covers half the page ...
0
votes
1answer
186 views
When JtextField get filled, JTable cell has to be filled. How to do it?
In my frame, I have a JTable and a JTabbedPane.
The JTabbedPane contains a JTextField for a Date.
When it is filled with a date and Enter or Tab key is pressed, the "Date" column of the JTable has ...
0
votes
1answer
68 views
JTabbedPane - ArrayIndexOutOfBoundsException
Im adding and removing tabs in JTabbedPane dynamically. Code:
//Method which adds new tab
private void addTab(String title, MainPanel panel) {
tabbed.addTab(title, panel);
...
1
vote
0answers
67 views
UndoManager manually add UndoableEdit to make it work with JTabbedPane
Edit : please, have a look at the end of the post...
To begin, please excuse me for my bad english...
I'm trying to make a text editor in Java, using a JTabbedPane to edit multiple files.
I have ...
1
vote
1answer
119 views
How can I hide a JTabbedPane once it's been shown?
I recently re-wrote a lot of my application, and before I did so what I'm trying to accomplished worked just fine. I'm trying to hide a JTabbedPane on demand, via a JCheckBoxMenuItem in a JMenuBar.
...
0
votes
1answer
216 views
JTabbedPane with GridBagLayout
I understood the concepts behind JTabbedPane and GridBagLayout. However, when I try to use both together I fail. That is, when I use GBLayout, my other tabs (each tab having different functionality) ...



