Here I am providing the downloadable code link of the Java code I have used in the video
"Java prog#41.How to Use JProgressBar in netbeans java" of my YouTube channel ProgrammingKnowledge
Click Link to watch the video LINK
This code below is for the ProgressBarActionPerformed method action perform
private void ProgressBarActionPerformed(java.awt.event.ActionEvent evt) { int value =Integer.parseInt(value_int.getText()); progressbar() ; jProgressBar1.setValue(value); }
Here I am providing the downloadable code link of the Java code I have used in the video
"Java prog#41.How to Use JProgressBar in netbeans java" of my YouTube channel ProgrammingKnowledge
Click Link to watch the video LINK
This code below is for the ProgressBarActionPerformed method action perform
private void ProgressBarActionPerformed(java.awt.event.ActionEvent evt) {
int value =Integer.parseInt(value_int.getText());
progressbar() ;
jProgressBar1.setValue(value);
}
0 comments:
Post a Comment