RUVIDEO
Поделитесь видео 🙏

Java Project For Beginners - Voting Application in NetBeans | Without SQL | NetBeans | 2020 смотреть онлайн

Developed a full application. A full Voting Application in Java on demand. No use of SQL is there.
Tutorial By: ARPAN BHATTACHARYA
Highly Recommended: https://youtu.be/QNTLJc4MaD0

#javaApp #VotingApp #DemoApp
----------------------------------------------------------------
IMPORTANT CODES:
//Code of Intro page
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
new Lobby().setVisible(true);
this.setVisible(false);
//Code in lobby
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
new Voting().setVisible(true); //go to voting page
this.setVisible(false);

//Code in Voting page
public Voting() {
initComponents();
jTextField1.setVisible(false);
jTextField2.setVisible(false);
}
//initializing variable for counting votes
int voteA; //initial 0 vote in A party
int voteB; //initial 0 vote in party B

private void jToggleButton1ActionPerformed(java.awt.event.ActionEvent evt) {
voteA = (Integer.parseInt(jTextField1.getText()))+1; //taking value from text field and adding 1 in it
JOptionPane.showMessageDialog(this,"You voted Party - A! Thanks for your Vote!");
jTextField1.setText(Integer.toString(voteA));
// TODO add your handling code here:
}

private void jToggleButton2ActionPerformed(java.awt.event.ActionEvent evt) {
voteB = (Integer.parseInt(jTextField2.getText()))+1; //taking value from text field and adding 1 in it
JOptionPane.showMessageDialog(this,"You voted Party - B! Thanks for your Vote!");
jTextField2.setText(Integer.toString(voteB));
// TODO add your handling code here:
}

private void jButton2ActionPerformed(java.awt.event.ActionEvent evt) {
jTextField1.setText(Integer.toString(voteA));
jTextField2.setText(Integer.toString(voteB));

//TRANSFERING DATA TO RESULT PAGE
Result x = new Result();
Result.jTextField1.setText(Voting.jTextField1.getText());
Result.jTextField2.setText(Voting.jTextField2.getText());
x.setVisible(true);

//Code in Results
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {
int A = Integer.parseInt(jTextField1.getText());
int B = Integer.parseInt(jTextField2.getText());
if(A greater than B) //Youtube don't allow angle bracket
{
jTextField3.setText("PARTY - A");
}
else if(B greater than A) //Youtube don't allow angle bracket
{
jTextField3.setText("PARTY - B");
}
else
jTextField3.setText("TIE");
----------------------------------------------------------------
ABOUT THE CHANNEL:
ARBX CodeX is a programming and Tech solutions YouTube channel by ARBX MediaWorks. Giving tutorials of simple programs for professional use. Plus some Tech Talks. ;)
----------------------------------------------------------------
DISCLAIMER FOR ARBX CodeX:
The videos are made in context of providing information and tutorial , no cracks, hacks or illegal methods used in making of the Technology Videos. The software used are genuine and licensed along with recorders and editors. If anything troubles our subscribers, we apologize for the same. All our videos are made by us and for betterment of people who work for and in IT world. The visuals are true and no extra animations are used. The people to whom we are thankful for providing their content are given credit with their website links above. We hereby are thankful to all of you viewers, who trust us and watch our videos for knowledge ad information. Stay Tuned;
----------------------------------------------------------------
FAIR USE CONTENT:
All the videos in this channel is made genuinely by the creator of this channel. Any content taken from any user/community is being credited in video and Description End. Kindly take permission before using this channel's content, otherwise action may be taken.
Regards,
ARBX Mediaworks
----------------------------------------------------------------
----------------------------------------------------------------
SOCIAL MEDIAS:
Facebook (CodeX) : https://www.facebook.com/ArbxCodeX
Instagram (CodeX) CHANNEL PAGE: https://www.instagram.com/arbxcodex/
-----------------------------------------------------
THANKFUL TO:
1. NCS(NoCopyrightSounds): https://www.youtube.com/user/NoCopyrightSounds
for providing the best Electronic Musics for the videos.
---------------------------------------------------------
Channel: ARBX CodeX #arbxcodex

ARBX MEDIAWORKS

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Java Project For Beginners - Voting Application in NetBeans | Without SQL | NetBeans | 2020» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.