1. JprogressBar,loading a splash image coderanch.comhi i am working on a GUI application.but i have three problems 1. i want to display a splash image before the main window of the application shows up.how do you do that in java with some code if you please. 2.i also want to display a progress bar with the splash image to inform users on the progress on the ... |
2. Placing a JProgressBar over my JPEG image java-forums.orgA JProgressBar is derived from JComponent just like a JButton or JPanel or JComboBox. Again, you place this on a JPanel just as you would place a JButton, or other JPanel or JComboBox on a JPanel. There really is no difference here, and so I cannot understand what difficulties you are currently having. What layout manager is the JPanel that is ... |