GUI Calculator in JAVA using eclipse ide | Tech Projects

preview_player
Показать описание
Simple GUI calculator in java using eclipse ide in easy and better way with desktop icon also and in 18 min only.

-----------------------------------------------------------------------

Disclaimer:

This video is for educational purpose only.
Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "FAIR USE" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.
"FAIR USE" is a use permitted by Copyright Statute that might otherwise be infringing.
Non-profit, Educational or Personal use tips the balance in favour of Fair Use.

------------------------------------------------------------------------

If you think that I have used your property in my video by mistake then I am ready to give you whole credit.

You can contact me on my Email or Instagram Id.

------------------------------------------------------------------------

Visit My Channel Playlists for amazing Content

-----------------------------------------------------------------------

------------------------------------------------------------------------

Thanks For Watching

If you have Any Query Comment Down Below

Thank You

Tech Projects

Gui calculator in java
gui calculator in java
how to make gui calculator in java
how to make calculator in java

tech projects
Tech Projects
Tech projects
techprojects
Рекомендации по теме
Комментарии
Автор

How to install windowbuilder in eclipse ide :
help->install new software->select all available sites in work with->search WindowBuilder-> select general purpose tools -> in details mark first 2 boxes and unbox next 2 boxes->next->next->click accept->click finish->after installation click restart now. It will available in eclipse ide

naturefriend
Автор

Thank you so much 🌼 I just got A+ in this project 💛✨

marygaming
Автор

Hello, good one. I have tried this and has worked out well, although I have a small some improvisation.
you can initialise the operation variable after each if/if else clause. This shall avoid further operations to carry on after each press of "=" symbol.

divyajayaramaiah
Автор

Thanku bro successfully calci done by watching ur video ❤❤❤🎉

Realfacts
Автор

I dont know if I missed something, but when I click dot it doesnt work properly. Any solutions?

BockiKrompir
Автор

If I want to calculate further with the output it doesn't work with the commas but it just add the number on the display after the comma. Could you help me ?

My error code is:

Exception in thread "AWT-EventQueue-0" For input string: "2, 00"
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at
at

stevengerstacker
Автор

Thank you for this informative video. You explained these details so easily .

swetankkumar
Автор

how did you change the variable name example button_1 to btn1?

justinemarklurzano
Автор

Bro please can u help me, i don't know why the palette is empty??

laliice
Автор

I have a query : % in normal calculators used to find percentage, but here we code " first % second " which will give the mod value, is that ok?

mdnoorzafirmondal
Автор

Thanks a lot it helps me for creating my mini project...😊😊❤❤

Shivani_
Автор

Thanks a lot fabulous vedio❤️🔥 only bcoz of u I completed my first project in java 🎉

yogeshs
Автор

Can you explain why str.toString() was able to convert string when was not saved into memory?

JButton btnBackspace = new JButton("\uF0E7");
ActionListener() {
public void actionPerformed(ActionEvent e) {
String backspace = null;
if (textField.getText().length() > 0) {
str = new

= str.toString();


}
}
});

francisedwarddelrosario
Автор

Thank you for showing us your skills. Nice job. :)

jayceehallows
Автор

in my eclips there is no swing designer, nor window application folder, what should i do??

theonlymaster
Автор

Thank you so much for your detail explanation sir.

prasannaposimsetti
Автор

Thank you so much brother it my second learning project it works

VikasGupta-orco
Автор

great video!
helped me a lot
thank you so much!

AdrianeDamasceno-tv
Автор

there is no option of application window in the wizard section

harshbhardwaj
Автор

Bhaiya Swing design agr option mai hi nhi h toh kya krna chahiye(kyuki yeah eclipse mai show nhi ho raha h ?

akanshabhardwaj