Man my class doesn't go much into graphics moreover text and such. So the JFrame is new to me. Reminds me of V. BASIC really. Also, my teacher has me keep the top lowercase and rename the main class with each word capitalized and no .main on the end.
♥ Wow sobrang makakatulong 2 sa studies ko nG malake.. hehehe Tahnk you sa pag gawa ng sample program.. nagyun ko lang nlaman na my shortcut pala in doing this hehehe.. grabe you impress me a lot as in sObra... ♥
wonderful.....video.......but i could not able to install my netbeans ide......a error is coming like "c:\program files\ java \jdk1.6........" cannot have JDK..folder.........so i cant understand how i should use such nice ide for making my projects.....plz help me......and give me the reply....whosoever know about it....i will be thanks to him or her.......byeeee
This is awesome, but I just wish you would talk and explain exactly what you are doing... I know it is pretty self-explanatory, but having some voice in there would make it really interesting. Thanks!
The only problem with this is that there is no handling for the order of operations, like if you click 6 * 2 +3 then =, you will get either 0.0 or NaN. Maybe this could be fixed by adding parentheses.
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
Thank You . One thousand times thank you man. .what an excellent tutorial. So sinple, so complete. I am an experienced C++, Cobol, and Visual Basic Programmer, with no experience with JAVA. This tutorial is so good that i really learned all i need to get started with Java programming using NetBeans. The choice of using no sound was excellent. It makes it funccional for all languages.
@juceagso but do you know how to make it stand alone file. in eclipse you just export the file but in netbeans is not so straight forward, i still can not publish it ?
2) Once you have built your project Netbeans creates a Folder named : "DIST" as a subfolder of your project folder. 3) In the folder : "DIST" we will have the files we have to distribute. Netbeans will also create a file named : "README.TXT wich containd intruccions on HOW TO DISTRIBUTE YOUR APLICATION
2) Once you have built your project Netbeans creates a Folder named : "DIST" as a subfolder of your project folder. 3) In the folder : "DIST" we will have the files we have to distribute. Netbeans will also create a file named : "README.TXT wich containd intruccions on HOW TO DISTRIBUTE YOUR APLICATION
4) Now, to make it easy to call the program , we create a text file named : CALC.BAT (batch file) This file will contain a single line of text : java -jar "calculator55.jar" This file : must be distributed with the executable files. To create this file you can do it from the command line, typing : EDIT CALC.BAT
thats coding, not programming, when you program something it is when you set it at a certain place to do a certain thing, you do not have to type in codes to do so.
Not being funny but sound in the form of commentary is a really really useful thing for keeping the attention of the user, along with aiding to and extending your presentation.
Man my class doesn't go much into graphics moreover text and such. So the JFrame is new to me. Reminds me of V. BASIC really. Also, my teacher has me keep the top lowercase and rename the main class with each word capitalized and no .main on the end.
MrInsanity25 2 days ago
WHY DID YOU UNCHECK THE MAIN CLASS IN THE BEGINING. I DID ALL THAT. AND IT TELL S ME I NEED A MAIN METHOD CLASS.
guju900 1 week ago
This has been flagged as spam show
Thanks! It was of great help. At least, now I can develop GUI programs using Netbeans
ssushovan 2 weeks ago
Thanks! It was of great help. At least, now I can develop GUI programs using Netbeans.
ssushovan 2 weeks ago
I want to know which desktop video record softwere do you use?
rootsongjc 2 months ago
Jk I love visual editing
MasterFrijoles 2 months ago
Fag use real code not visual editing
MasterFrijoles 2 months ago
when i set something like 5 +5 + 4 ?? result is 9 wtf?
ladicmmm 2 months ago
good
lazyhacker7 3 months ago
I ♥ Dogs
crispunk45 4 months ago
Comment removed
Terrax101 4 months ago
@crispunk45 Horny Man
Terrax101 4 months ago
♥ Wow sobrang makakatulong 2 sa studies ko nG malake.. hehehe Tahnk you sa pag gawa ng sample program.. nagyun ko lang nlaman na my shortcut pala in doing this hehehe.. grabe you impress me a lot as in sObra... ♥
xxgummybear1 8 months ago
@xxgummybear1 nice nagtatagalog sa programming :D
Warrriorjap 5 months ago
Comment removed
Terrax101 4 months ago
Comment removed
StuartLittleJr 8 months ago
wonderful.....video.......but i could not able to install my netbeans ide......a error is coming like "c:\program files\ java \jdk1.6........" cannot have JDK..folder.........so i cant understand how i should use such nice ide for making my projects.....plz help me......and give me the reply....whosoever know about it....i will be thanks to him or her.......byeeee
HRDK723 9 months ago
@HRDK723 You have to install the JDK first...
memoivoila 5 months ago
This is awesome, but I just wish you would talk and explain exactly what you are doing... I know it is pretty self-explanatory, but having some voice in there would make it really interesting. Thanks!
UnpredictableProduct 10 months ago 32
ได้ความรู้เยอะเลย ขอบใจเพื่อนที่ส่งให้ดูนะแต่ก็ยังไม่เข้าใจ5555
KUCSCIT6 11 months ago
The only problem with this is that there is no handling for the order of operations, like if you click 6 * 2 +3 then =, you will get either 0.0 or NaN. Maybe this could be fixed by adding parentheses.
BankruptMonopoly 11 months ago
the source code is different than eclipse...
xlaFax 1 year ago
wow i wasnt aware there was a gui version lol
i learned by line in high school, still liked it
i wonder how im gunna learn it in college
sniperboy102 1 year ago
Although the GUI builder thing is incredibly useful, I think I still prefer constructing a GUI from scratch, line by line lol.
eddykent 1 year ago
This has been flagged as spam show
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
Thank You . One thousand times thank you man. .what an excellent tutorial. So sinple, so complete. I am an experienced C++, Cobol, and Visual Basic Programmer, with no experience with JAVA. This tutorial is so good that i really learned all i need to get started with Java programming using NetBeans. The choice of using no sound was excellent. It makes it funccional for all languages.
juceagso 1 year ago
@juceagso but do you know how to make it stand alone file. in eclipse you just export the file but in netbeans is not so straight forward, i still can not publish it ?
nikolalu 1 year ago
HOW TO DISTRIBUTE AN APLICATION
CREATED WITH NETBEANS
-------------------------------
It's so simple and elegant !
1) Build the project To do this RightClick your main folder and choose : BUILD PROJECT When "Build" finishes , will see this messages :
To run this application from the command line without Ant, try:
java -jar "C:\Documents and Settings\Administrador\calculator55\dist\calculator55.jar"
jar:
BUILD SUCCESSFUL (total time: 6 seconds)
juceagso 1 year ago
This has been flagged as spam show
HOW TO DISTRIBUTE AN APLICATION
CREATED WITH NETBEANS (Step 2)
-------------------------------------------------------
2) Once you have built your project Netbeans creates a Folder named : "DIST" as a subfolder of your project folder. 3) In the folder : "DIST" we will have the files we have to distribute. Netbeans will also create a file named : "README.TXT wich containd intruccions on HOW TO DISTRIBUTE YOUR APLICATION
juceagso 1 year ago
This has been flagged as spam show
HOW TO DISTRIBUTE AN APLICATION
CREATED WITH NETBEANS (Step 2)
-------------------------------------------------------
2) Once you have built your project Netbeans creates a Folder named : "DIST" as a subfolder of your project folder. 3) In the folder : "DIST" we will have the files we have to distribute. Netbeans will also create a file named : "README.TXT wich containd intruccions on HOW TO DISTRIBUTE YOUR APLICATION
juceagso 1 year ago
@juceagso thanks, it was probaly built automaticaly - I just had to find the file. thanks again !!!
nikolalu 1 year ago
Comment removed
juceagso 1 year ago
HOW TO DISTRIBUTE AN APLICATION
CREATED WITH NETBEANS (Step 3)
-------------------------------------------------------
4) Now, to make it easy to call the program , we create a text file named : CALC.BAT (batch file) This file will contain a single line of text : java -jar "calculator55.jar" This file : must be distributed with the executable files. To create this file you can do it from the command line, typing : EDIT CALC.BAT
juceagso 1 year ago
HOW TO DISTRIBUTE AN APLICATION
CREATED WITH NETBEANS (Step 4)
-------------------------------------------------------
5) Finally , we can execute the aplication from the command line, simply by typing : CALC
or we can create a "direct access" to that file on the desktop.
juceagso 1 year ago
muy bueno, me aclaro una duda.
LHgusti 1 year ago
Very good tutorial
DarthV1CT0R 1 year ago
What a shame
deGribeauval 1 year ago
this is sad tbh its for people who cant even import a panel or make a calc USING CODE honestly it scares me!
true programming is CODE no some flashy images dragged to the screen!
RussianMI6 1 year ago
@RussianMI6
thats coding, not programming, when you program something it is when you set it at a certain place to do a certain thing, you do not have to type in codes to do so.
AznDuD333 1 year ago
This has been flagged as spam show
very good the movie
magic0292 1 year ago
if u make a java programin notepad how do u save it .java?
and if its .java with what java does it run
srry but never used java before
GutierrezDeVelasco 2 years ago
@GutierrezDeVelasco a compiler compiles the .JAVA to .CLASS file and maybe makes it a single .JAR file
Biohazard000Labs 1 year ago
sound would have helped here...
Fizz0999 2 years ago
thanks pls upload more videos
saddamdon 2 years ago
Not being funny but sound in the form of commentary is a really really useful thing for keeping the attention of the user, along with aiding to and extending your presentation.
omjd 2 years ago
is there meant to be sound??
smnk3 2 years ago
Thank You very much......
please more and more upload this type of video....
your video are really very much interesting.....
amitsiddhpura 2 years ago
Thanks you, I learned much about this.
Pccollection 2 years ago
good video ;)
oscar2406 2 years ago
AWESOME is the program that your making it in called netbeans?
wiremod 2 years ago
netbean and eclipse are both good programms but eclipse is used mor than netbean.
LoverToxic 2 years ago
can anyone answer me, in the method of c button when i write display.setText("");
he said cannot find a symble(disply), is it need kind of import ? or what is the problem? thanks.
justen84 3 years ago
"display" depends on the name of your textfield. If the name you wrote is Calculator, then it should be Calculator.setText("");
pokwang021 2 years ago
wow very useful! thanks
Obliviboy12 3 years ago
cool.. btw what screen recorder do you use ?
cheatonly2win 3 years ago
awesome!
nextblain 3 years ago
cool
cisco182 3 years ago 6