i need help please , can you give me example login frame to perform menu bar using mysql and netbean , so many times i tried but allways failed , thankyou.
@carlislemc hi i installed net beans and when i create a project for php such as hello world and then click run... i get a blank page on my internet explorer... i hear u need a server to run the project so i downloaded XAMPP or something for windows vista and when i click run it still does not work... please help.. i want to run my created programs...i know ur video covers java and this is php but what i need to know is how to run the thing
@vitisanity My stupid fellow, you will get NO-WHERE using VB as 90% of the programming has been programmed for you. Stupid people just dont understand that if you want to learn to program you should learn how to DO IT YOURSELF!! VB is okay for some fun, and for making small entertaining programs, but it is no way to get into programming, especially as the syntax is COMPLETELY different from proper(hideous in your case) programming languages and it will get you into bad habits. You sir, fail
@gofish8195 most programmers, regardless of the language they choose dont make much of anything from scratch. You think all the classes they use were made by them?
@endauthority proper programmers yes, alot of programmers have their own programming language, and even when using other languages they use custom classes so they can actually do exactly what they want
@gofish8195 "alot of programmers have their own programming language"
Completely and utterly false at every conceivable level.
"and even when using other languages they use custom classes"
Yup, and even those classes use code not created by them. If you honestly think reinventing the wheel is practical in any capacity, you shouldnt be a programmer
If you look at a Netbeans program, then yes it is hideous... Unreadable layout code, parts of the code you are not allowed to touch, loads of bullshit XML files, loads of non OO practices that are core to the framework (Lookup), everything totally convoluted and over engineered.
But the Java language itself (outside of NB) is very simple and elegant.
It's a real shame that NB is ruining people's perceptions of the language.
In addition I had a question. If you finish a complex GUI with this, can you interface with the C++ code. So can the buttons call C++ functions in a mixed language environment netbeans development (should that be possible). Also once finished, is it very painful to migrate the entire thing to Linux or Mac SnowLeopard machines? I mean will it work straight off? Thanks for your help.
I am trying to migrate my software(s) to NetBeans but the problem is the GUIs let me explain. In Visual Studio C++ 6.0 I made heave use of Farpoint Technologies Spread, a very powerful spreadsheet tool. What would you recommend I use in NetBeans to achieve the Spread control functionality? It is basically a very powerful spreadsheet to display results, you can turn "excel like cells" into buttons, or lists, you can manipulate borders gridlines, access to cells, turn cells into radio buttons..
hi, nice Tutorial!..I need your help.. I have 3elements :a predefined list having numerous items, an add button and a text area. whenever an item from the list is selected and the add button is pressed, that item must appear in the text area. How do I do that? Thanks! :)
@sahandpar I used VidShot Capturer, Windows Movie Maker, Audacity and a Plantronics Audio 655 USB headset (by the end of the series--sound was the hardest thing to do well).
what he did is correct.. you must copy the main method from the gui java class to the main file of the java project, replace the main method of the main file java project. so you can run the and view the gui.
Thanks for this dude :) Awesome Tutorial. You're a great teacher, and your voice is also kind of, I don't know... Soothing kind of, it's not an aggressive sounding in your face voice.
OMG YOURE A DAMN GOOD TEACHER!!!! we need you in public schools, when im a teacher i will teach just like you.thanks so much. i never knew java could look so "visual basic" lol.
@carlislemc Hey mate. i'm kinda new to netbeans and i've just run into a problem. i've got only one project, practically set as main project, and on the inside i've got several packages, all named like 00, 01, 02 and so. my issue is that to many of the files was given the same. name. for example in the package 00 there is a java file named firsttask.java and in my package 09 there is also a java file named as firsttask.java, but not the same script.
@carlislemc my problem is that when i try to run for instance the file in the package 00, it will run the one in the package 09 (coz of the name-match). is there an option that i can fix it without changing the name of the classes or discounting one or more file which have matches between other files in the project when i try to run a particular file? thx in advance
@seniorcitizen00 I'm sorry, but I can't reproduce this. I created a project, put inside of it two packages, and inside those two packages one file named "Main.java" each. When I am in the projects window (select Projects from the Window menu), and I right click on each of the two "Main.java" files and select "run file" it runs the appropriate one that I selected.
@carlislemc I'm not trying to argue here, everyone says words different, I'm just stating what comes to mind off of common sense to the average person, not Googling the pronunciation; that's too professional for most people.
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
I've been writing my java GUI code manually but it takes too long. VB.Net is much faster for GUI design, but I prefer Java so I wanna learn NetBeans :]
Pretty easy! I had totally forgotten how to write an app in netbeans, I stopped programming like at least 5 years ago. Thanks for reminding me of the usefulness of this IDE.
Yeah Thanks :D:D. I found that one already. But for some reason i wanted the default FrameView [JPanel, the one you start with at the beginning of the Project] to have the maximization button disabled. The main reason was that when playing around with the size of the window the positions of the components were ruined. But then i figured out to check mark "space around components" so that they are always relative to each other and not affected by varying window size.
@carlislemc hi i installed net beans and when i create a project for php such as hello world and then click run... i get a blank page on my internet explorer... i hear u need a server to run the project so i downloaded XAMPP or something for windows vista and when i click run it still does not work... please help.. i want to run my created programs...i know ur video covers java and this is php but what i need to know is how to run the thing
referring to furyrange15's question, could you be so kind and make a tutorial on how to display images in, for instance, a jlabel (or any other element) and then via actionPerformed change that picture? i have been looking for quite a time to find a tutorial on that question but couldn't even find anything on java forums.
can you add your own custom background in the GUI? like say.. you want a flower as your calculator background
and how do you add like.. an image let's say you have a combo box. In the combo box it has two texts, you click on "Red" and a red image shows up that you add... then you click on "Blue" and the red image goes away and the blue one takes its place
I'm using bluej for my alogrithm project and i need an interface. I heard you can use netbeans to create an interface and import it into Bluej but i don't know how to do this. Please help me....how can i do this its urgent.
Sorry, I have no experience with BlueJ. I have used jGRASP (which is probably similar). All you have to do is copy the files from the "src" folder and then you can compile them however you like.
Sorry but i don't understand what you mean by "src" folder as i'm not familiar with netbeans can you please elaborate on that. I appreciate your help thanks.
thanks for contributing
TasuLife 2 days ago
Swing is nice and handy for simple applications but awt is more powerful....
Servitore 1 week ago
i need help please , can you give me example login frame to perform menu bar using mysql and netbean , so many times i tried but allways failed , thankyou.
budianto55 1 week ago
thx for this great tutorial :)
ChrizzledaChris 1 week ago
i need help making button display right after run program
mark1CX 1 month ago
Hi Carl, thanks for your video.. I learn quite a few..
Anyway I really want you to show the same case using "if" method... because I used to perform it with c++ and VB..
bombermanlegacy 1 month ago
YOU SAVE MY ASS :P
mrelevenboys 1 month ago
Comment removed
knoef000 1 month ago
How do I make my buttons look like that? Mine look they do when you're designing the GUI.
ProfessorBastard 2 months ago
thanks bruh
FlossMyBalls 3 months ago
thanks for the vid. im learning java in school but jumping ahead on creating GUI's and this helped.
mpcjunkie72 3 months ago
Muy bien explicado, este si me ayudo
mlvictorfactorx 3 months ago
Thanks for the tut! really helped me!
jasonmathew33 3 months ago
Thanks for the tutorial, very helpful
LuisIvanC1 3 months ago
Srsly can you pls explain what your doing when you are writing cus when i do the same it says its not correct WTF?
FPsRazerHD 4 months ago
wow this is like watching soft porn
very cool tut
Ph33onix 6 months ago
Comment removed
Collint25 6 months ago
How do i run it outside of netbeans?
anthropamorphic 7 months ago
@anthropamorphic If you create a .jar file, you can (from a command prompt), run "java -jar nameOfJarFile". Or you can run "java NameOfMainClass"
carlislemc 6 months ago
@carlislemc Thanks but I already figured it out I just right clicked it and hit clean and build
anthropamorphic 6 months ago
@carlislemc hi i installed net beans and when i create a project for php such as hello world and then click run... i get a blank page on my internet explorer... i hear u need a server to run the project so i downloaded XAMPP or something for windows vista and when i click run it still does not work... please help.. i want to run my created programs...i know ur video covers java and this is php but what i need to know is how to run the thing
cloudforgiven 6 months ago
how to use borderfactory like createtitledborder in netbeans..?
HELP PLS.
I googled but cant find any solution.
navyjackskydew2 7 months ago
Delphi and VB is extremely easier to this Hideous Java language.
vitisanity 7 months ago
@vitisanity My stupid fellow, you will get NO-WHERE using VB as 90% of the programming has been programmed for you. Stupid people just dont understand that if you want to learn to program you should learn how to DO IT YOURSELF!! VB is okay for some fun, and for making small entertaining programs, but it is no way to get into programming, especially as the syntax is COMPLETELY different from proper(hideous in your case) programming languages and it will get you into bad habits. You sir, fail
gofish8195 7 months ago
@gofish8195 learning vb isnt bad, its a good first language, and lots of companies use vb.net.
it has a lot in common with other languages too
endauthority 7 months ago
@endauthority Yeeah but with vb all you mainly use is premade functions and stuff, you dont really create anything new from scratch
gofish8195 6 months ago
@gofish8195 most programmers, regardless of the language they choose dont make much of anything from scratch. You think all the classes they use were made by them?
endauthority 6 months ago
@endauthority proper programmers yes, alot of programmers have their own programming language, and even when using other languages they use custom classes so they can actually do exactly what they want
gofish8195 6 months ago
This has been flagged as spam show
@gofish8195 "alot of programmers have their own programming language"
Completely and utterly false at every conceivable level.
"and even when using other languages they use custom classes"
Yup, and even those classes use code not created by them. If you honestly think reinventing the wheel is practical in any capacity, you shouldnt be a programmer
endauthority 6 months ago
Java is such a hideous language...
KDALove 8 months ago
@KDALove ,
If you look at a Netbeans program, then yes it is hideous... Unreadable layout code, parts of the code you are not allowed to touch, loads of bullshit XML files, loads of non OO practices that are core to the framework (Lookup), everything totally convoluted and over engineered.
But the Java language itself (outside of NB) is very simple and elegant.
It's a real shame that NB is ruining people's perceptions of the language.
bridesheadrev 4 months ago
i was fine until the end, i type in answerlabel and stuff but it says it cannot be aplied to the given types required: no arguments
spuddingpower 8 months ago
In addition I had a question. If you finish a complex GUI with this, can you interface with the C++ code. So can the buttons call C++ functions in a mixed language environment netbeans development (should that be possible). Also once finished, is it very painful to migrate the entire thing to Linux or Mac SnowLeopard machines? I mean will it work straight off? Thanks for your help.
DrDanielHoward 8 months ago
I am trying to migrate my software(s) to NetBeans but the problem is the GUIs let me explain. In Visual Studio C++ 6.0 I made heave use of Farpoint Technologies Spread, a very powerful spreadsheet tool. What would you recommend I use in NetBeans to achieve the Spread control functionality? It is basically a very powerful spreadsheet to display results, you can turn "excel like cells" into buttons, or lists, you can manipulate borders gridlines, access to cells, turn cells into radio buttons..
DrDanielHoward 8 months ago
Thank you so much!!!!!!!!!
made my life much easier. God bless :)
wpunkzz 9 months ago
lol this awsome i remember back in 2004 making a UGI with java was a paine in the ass! time to swing baby
AcesHighProd 9 months ago
Thanks man
fizi1213 9 months ago
FABULOUS TUTORIAL...thanks
adex4uable 10 months ago
@adex4uable lol sly
kachekieran 8 months ago
Great tutorial. Your explanation is clear and your instruction is easy to follow. Thank you very much =)
anaklelakilaut 10 months ago
hi, nice Tutorial!..I need your help.. I have 3elements :a predefined list having numerous items, an add button and a text area. whenever an item from the list is selected and the add button is pressed, that item must appear in the text area. How do I do that? Thanks! :)
2512redrose 10 months ago
Comment removed
0wnUr3Fac3 10 months ago
@0wnUr3Fac3 what is visual basic actually? is it like c++ or shell?
navyjackskydew2 7 months ago
@navyjackskydew2 Visual Basic is its own language. I meant that NetBeans had a GUI Drag&Drop system.
0wnUr3Fac3 7 months ago
GreAT video! Thanks
satriox 10 months ago
An excellent tutorial, very well done! Java looks quite a bit more difficult than Visual Basic, but after watching this I'm going to have a go.
sackboot 11 months ago
Cheers mate!
Good starter for netbeans
mkalime 11 months ago
exseland dude thanks very much you ROCK !!!! xD
hope u will make more AWESOME tutorials like this :D
Keep it Up !!!
MrRafaStefan 11 months ago
Hello,
What software did you use for making this video tutorial? (which program did the recording). ^_^
sahandpar 1 year ago
@sahandpar I used VidShot Capturer, Windows Movie Maker, Audacity and a Plantronics Audio 655 USB headset (by the end of the series--sound was the hardest thing to do well).
carlislemc 1 year ago
@carlislemc
You rock!
sahandpar 1 year ago
@sahandpar i use camtasia studios its user friendly and easy to use it also includes lots of editing features which is handy.
nishil1234 3 months ago
Comment removed
chesster423 1 year ago
i think it would be better to use NumberFormatException nfe at around 6:25 and also nfe.getMessage() to show whats wrong
WrestlingFanUploader 1 year ago
Are you Garry Newman?????? ARE YOU!?!?!??
moodie69 1 year ago
Hey, could you make a tutorial on making a Drawing application?
Please..............
iftekhar113 1 year ago
This has been flagged as spam show
Find nice Asian beauties **lushfmlk.info**
SHIRELYQUESINB 1 year ago
This has been flagged as spam show
Online dating brides benaughtyman.info
malkamanjali 1 year ago
This has been flagged as spam show
Honest sexy Asian brides "busizz4me.info"
Abbielacy 1 year ago
This has been flagged as spam show
Get you Asian wife lushfmlk.info
meshelbery 1 year ago
Hey do you know a good swing reference?
phantomswordsmen 1 year ago
Good tutorial does netbeans work on Ubuntu Linux?
phantomswordsmen 1 year ago
@phantomswordsmen Yes-- just google Netbeans Ubuntu and you'll see lots of links.
carlislemc 1 year ago
@carlislemc search it on ubuntu software center !!!
nitish10messi 3 months ago
@phantomswordsmen u can find it on the standard repositories.
tiskatanabalo2 1 year ago
that was helpful. thank you.
akfbtr 1 year ago
Thanks a lot ,amazing video it helped me very much
diegoramos27 1 year ago
what he did is correct.. you must copy the main method from the gui java class to the main file of the java project, replace the main method of the main file java project. so you can run the and view the gui.
eamedrolf 1 year ago
Thanks for this dude :) Awesome Tutorial. You're a great teacher, and your voice is also kind of, I don't know... Soothing kind of, it's not an aggressive sounding in your face voice.
pacrat90 1 year ago
OMG YOURE A DAMN GOOD TEACHER!!!! we need you in public schools, when im a teacher i will teach just like you.thanks so much. i never knew java could look so "visual basic" lol.
MsKhadijahCamille 1 year ago
Haha.
GUI = Graphical User Interface (Gee-You-Eye)
NOT
GUI = Gewey
Lol!
mattstevenson12 1 year ago
@mattstevenson12 Beg to differ. Google "gui pronunciation" and you'll be able to listen to it.
carlislemc 1 year ago 2
@carlislemc Hey mate. i'm kinda new to netbeans and i've just run into a problem. i've got only one project, practically set as main project, and on the inside i've got several packages, all named like 00, 01, 02 and so. my issue is that to many of the files was given the same. name. for example in the package 00 there is a java file named firsttask.java and in my package 09 there is also a java file named as firsttask.java, but not the same script.
seniorcitizen00 1 year ago
@carlislemc my problem is that when i try to run for instance the file in the package 00, it will run the one in the package 09 (coz of the name-match). is there an option that i can fix it without changing the name of the classes or discounting one or more file which have matches between other files in the project when i try to run a particular file? thx in advance
seniorcitizen00 1 year ago
@seniorcitizen00 Can't you just right click on a file in the project view and select "run file"?
carlislemc 1 year ago
@carlislemc yes i can, but it would just give me the very same result.
seniorcitizen00 1 year ago
@seniorcitizen00 I'm sorry, but I can't reproduce this. I created a project, put inside of it two packages, and inside those two packages one file named "Main.java" each. When I am in the projects window (select Projects from the Window menu), and I right click on each of the two "Main.java" files and select "run file" it runs the appropriate one that I selected.
carlislemc 1 year ago
@carlislemc I'm not trying to argue here, everyone says words different, I'm just stating what comes to mind off of common sense to the average person, not Googling the pronunciation; that's too professional for most people.
Nice videos by the way!
mattstevenson12 1 year ago
@carlislemc Gewy
P3n0RClan 7 months ago
@mattstevenson12 Read any GUI manual and you will see the correct pronunciation is "Goo-ee" :)
Awrendill 1 year ago
@mattstevenson12 Im pretty sure he knows what GUI stands for. I think he just didnt feel like saying it...
wakeupneo311 1 year ago
@mattstevenson12 lol noob
phantomswordsmen 1 year ago
thx for your simple english
greetings from egypt
1991bosbos 1 year ago
Good voice indeed, google caption translator hardly made any fault. And u make it less boring compared to other tutorials :)
Keep on making vids please :)
Btw: Hhahaha scratch scratch on the end
jasperdj 1 year ago
Good voice indeed, google caption translator hardly made any fault. And u make it less boring compared to other tutorials :)
Keep on making vids please :)
jasperdj 1 year ago
yehey! thank you! now my problem is to create a lucky 9 game in netbeans!
watoy922 1 year ago
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 very much. Very useful.
pzero20 1 year ago
wow nice video.
I've been writing my java GUI code manually but it takes too long. VB.Net is much faster for GUI design, but I prefer Java so I wanna learn NetBeans :]
RebelHQ 1 year ago
Pretty easy! I had totally forgotten how to write an app in netbeans, I stopped programming like at least 5 years ago. Thanks for reminding me of the usefulness of this IDE.
elweedo 1 year ago
Would help if you can zoom while typing. Thanks
pba21 1 year ago
how to change text in a label when i click a button(i am using NetBeans IDE)
Biohazard000Labs 1 year ago
@Biohazard000Labs You can use the setText method for the label.
carlislemc 1 year ago
Comment removed
Biohazard000Labs 1 year ago
@Biohazard000Labs thanks
Biohazard000Labs 1 year ago
Is it possible to add custum sprites to the GUI?
I'm sorry for the stupid question, but i'm new to this..
Thanks for a great tutorial! :)
onClipEvent 1 year ago
How do you make so the form isn't using the Metal theme and make so it uses the system theme / windows theme?
FaranceKittio 1 year ago
@FaranceKittio See URL java.sun.com/docs/books/tutorial/uiswing/lookandfeel/plaf.html
carlislemc 1 year ago
@carlislemc Ok, thank you. Got it working.
FaranceKittio 1 year ago
what design pattern is this :P
rbagsofsuck 1 year ago
Thanks!
Exactly what I was looking for!
cpuser1 1 year ago
Nice vedio, ah..Can you make electronic organiser.
Arjun007ize 1 year ago
THANK YOU SO MUCH!
aminlikestits 1 year ago
thanks
Mega123sweet 1 year ago
Thank you very much for this useful video , I really needed it
bebo9103 1 year ago
Hey, im doing a small java application, i need to set the "no resize" for the main frame, any idea. I don't know where to do that in netbeans.
RealRussianHero 1 year ago
@RealRussianHero If you right click on the JFrame and pick properties you can uncheck the "resizable" property.
carlislemc 1 year ago
@carlislemc
Yeah Thanks :D:D. I found that one already. But for some reason i wanted the default FrameView [JPanel, the one you start with at the beginning of the Project] to have the maximization button disabled. The main reason was that when playing around with the size of the window the positions of the components were ruined. But then i figured out to check mark "space around components" so that they are always relative to each other and not affected by varying window size.
RealRussianHero 1 year ago
@carlislemc hi i installed net beans and when i create a project for php such as hello world and then click run... i get a blank page on my internet explorer... i hear u need a server to run the project so i downloaded XAMPP or something for windows vista and when i click run it still does not work... please help.. i want to run my created programs...i know ur video covers java and this is php but what i need to know is how to run the thing
cloudforgiven 6 months ago
Can i have full source code of this because the video is too blurred for me... i can't see the full code thanks nice tutorial
Valtomotive 1 year ago
Excellent job !
Fuxinko 1 year ago
Thank you very much for the tutorial, it really helped a lot. Very basic and simple GREAT :)
blackone91 1 year ago
PERFECT tutorial, thank you very much for making it :)
KaloyanBeshev 1 year ago
Very instructive, thanks.
greenheadjoe 1 year ago
thank you !
serapelbeyoglu 1 year ago
very clear tutorial,thx
MrBattery1977 1 year ago
it is really useful
abokhaz3al 1 year ago
good stuff bro
Slimy8472 1 year ago
thanks a lot
radiumlei 1 year ago
Really nice tutorial!
Do you know if I can make a GUI for a C/C++ app?
TheIceWolfDMA 1 year ago
very very very nice tut! 5 start for me, cause it helpe me start learning java!
r4jk3 1 year ago
I didn't even know before that NetBeans had a GUI designer! Thank you for this great and clear tutorial!
Ryonni 1 year ago
thanks so much ... u did a good job
SharLolo 1 year ago
thnx for this tut... brings a lot of meaning for me. keep on going, make some more video and i'd like to watch it.. very understandable.
rinozeen 1 year ago
BRILLIANT tutorial :)
idiiiiii 2 years ago
that was a great and clear tutorial, thanks
Leonix8181 2 years ago
Great.. Thanks Friend.
mandrivaal 2 years ago
nice tutorial, thanks
Znuter 2 years ago
you know what is fail?
i think fail is because u fail at accepting other method of making gui.
others make a good tut and u commenting the bad things about it, where ur moral values?
tjyHD 2 years ago 4
Oh, hey...
Nerah0554 2 years ago
hi!
nice tutorial!
referring to furyrange15's question, could you be so kind and make a tutorial on how to display images in, for instance, a jlabel (or any other element) and then via actionPerformed change that picture? i have been looking for quite a time to find a tutorial on that question but couldn't even find anything on java forums.
keep up the good work!
cheers ;)
floxxflow 2 years ago
Does anybody know any good website or book to learn Netbeans components?
jaks80 2 years ago
comming off of C# this helps a lot thanks
FreezingHazard 2 years ago
yo.. I have a few questions about GUi's
can you add your own custom background in the GUI? like say.. you want a flower as your calculator background
and how do you add like.. an image let's say you have a combo box. In the combo box it has two texts, you click on "Red" and a red image shows up that you add... then you click on "Blue" and the red image goes away and the blue one takes its place
(I have seen this done before)
do you know what I mean lol?
furyrange15 2 years ago
You can add a JLabel with an icon to your GUI.
As for the ComboBox, you can do an itemStateChanged event and add code that changes the icon on the label.
carlislemc 2 years ago
Comment removed
furyrange15 2 years ago
Thank you, man.
It's really useful.
lekseich79 2 years ago
I'm using bluej for my alogrithm project and i need an interface. I heard you can use netbeans to create an interface and import it into Bluej but i don't know how to do this. Please help me....how can i do this its urgent.
sweethang06 2 years ago
Sorry, I have no experience with BlueJ. I have used jGRASP (which is probably similar). All you have to do is copy the files from the "src" folder and then you can compile them however you like.
carlislemc 2 years ago
Sorry but i don't understand what you mean by "src" folder as i'm not familiar with netbeans can you please elaborate on that. I appreciate your help thanks.
sweethang06 2 years ago
There is a folder named "src" in your NetBeans project folder (which is wherever you said when you created the project).
carlislemc 2 years ago
Thank you so much.
sweethang06 2 years ago
awesome video, thanks
RPGDonkey 2 years ago
Good job mate. Very helpful. Thanks
munirhtube 2 years ago
Thanks! Good tutorial!
bastard231 2 years ago
Thanks my friend. 5*
rockplayer2001 2 years ago
great tutorial, thanks! funny error you had there: "Nothing happened, this is becouse I forgot to actually make a CalculatorForm" :D
hypree 2 years ago
How it is possible to make the Simple Calculator to an executable file?
kwfine 2 years ago
I don't speak english but I can pretend... ¬¬
* In Java executable files are named .jar
* You can create it selecting ur project, right click, and BUILD or F11.
Greetings from Mex - Saludos desde México mi amigo.
rockplayer2001 2 years ago
very helpful thx :D
bdw..
its not gui... its G.U.I lol
drinu93 2 years ago
It's pronounced both ways...
TheBatchGuy 2 years ago
Thank you very much for the guide!
EeyoreXD 2 years ago
Great video - good pace and clear voice.
nabeelah123 2 years ago
Cheers man! Great help! =^D
infiniti101ad 2 years ago
good voice...
thx
altu892 2 years ago 2
@altu892
thought the same..
crotaphiticus 1 year ago
5 stars for help
eddiekoski 2 years ago
This helped me thanks!
eddiekoski 2 years ago
Thanks so much for making this video!! Great information!
MsCorriBaby 2 years ago 2