1. Hide certain actions from Swing's undo manager stackoverflow.comI am trying to write a JTextPane which supports some sort of coloring: as the user is typing the text, I am running some code that colors the text according to ... |
2. How do you hide a Swing Popup when you click somewhere else stackoverflow.comI have a Popup that is shown when a user clicks on a button. I would like to hide the popup when any of the following events occur:
|
3. i have two jpannels, after an event occurs i want to hide one and show other, How to coderanch.comHi iam new to swing programming, i am developing an application. after an user clicks on one button, i want to show another pannel with other buttons. can any one tell how to do that. or what to use. I am confused. I checked out ilayer panes etc. but made me more confusing.... |
4. Hide mouse coderanch.comWhat type of image is it (GIF? PNG?), and how are you loading the image in your program? Make sure the path and file name are correct (and watch out for spaces if you're using Windows), the JVM doesn't throw an exception if you load an image that it thinks doesn't exist... it just creates an empty image. |