-1

I am going to create a splash screen for my application which is I coded. The splash screen should have progress bar, background image and info section which is badly needed because there are some files that need to be installed before application start to work, and I want to see them on the splash screen (like eclipse splash screen). Additionally, progress bar will move forward according to installed file. Anyone can help me about this subject? Thank you for your interest

Pete
  • 57,112
  • 28
  • 117
  • 166
komtan
  • 81
  • 1
  • 12
  • You need to have progress bar on panel. Question seems very vague. Could you please be specific about any issue you might be facing in implementing progress bar? – Rahul Winner Jul 30 '15 at 08:35
  • the code will count the total files that should be implemented before the program is started and there will be a proportion between progress bar and with this total number of files. For ex: 15 package should be implemented before app. start, that 15 will %100 in the progress bar. When 1 package installed, the progress will be something like 6,5(100/15). – komtan Jul 30 '15 at 08:44

1 Answers1

1

Please go through some tutorials to understand how to use Progress Bar. And if you face any issue there then you could post your problem to this forum. Some good tutorials are: https://docs.oracle.com/javase/tutorial/uiswing/components/progress.html http://www.java2s.com/Code/Java/Swing-JFC/ProgressbarSample.htm

OR have a look at these answers How to add a progress bar? Progress Bar Java

Community
  • 1
  • 1
Rahul Winner
  • 430
  • 3
  • 16
  • I want a dynamic progress bar, I guess you didnt get my question ! @Rahul Winner – komtan Jul 30 '15 at 09:11
  • @ersnbck Progress Bar is meant for being dynamic. My point is, you need to be specific to your problem when you post anything to this forum. – Rahul Winner Jul 30 '15 at 09:22