Freeze « JTabbedPane « Java Swing Q&A





1. How can I freeze on one pane of a JTabbedPane?    stackoverflow.com

Under certain circumstances, I need a JTabbedPane to remain on one pane until the user supplies certain information. Essentially, when this circumstance occurs, I need the current pane to become ...

2. [SOLVED] How To Freeze Tab/s from JTabbedPane    java-forums.org

Hello, I just want to ask if it's possible to 'freeze' or 'disable' a particular tab once an event happened/clicked. Let's say I have three (3) tabs: Tab Red, Tab Blue and Tab Green. Upon clicking the 'generate' button, Tab Blue and Tab Green will 'disabled' in such a way that you can't clicked them. Only the pane of Tab Red ...