I am working with a tabbedpane with two panels on netbeans... I have a button action which switches panels, "setVisible()", but when it switches the panels the buttons on the first panel show if you roll the cursor over them. Any settings I can change in order to have my bottom buttons not bleed through?

Recommended Answers

All 4 Replies

Hi there,

Can you post your code so we can see how this is happening?

Thanks and good luck!

Lol? It's auto-generated code so idk what you want to see. Nvm, I'll find something myself.

commented: Why did you waste peoples' time at all if you won't even bother posting the code? -4

Try to click the component on the GUI Builder in Netbeans right click->Customize code. It will show you the generated code on that particular component. Also don't just rely on generated code because on some point you need to customize that code so it will meet your requirements. Better try learning Swing first.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.