How to transfer data between One JFrame to Another JFrame: NetBeans | Java Tutorial#7 |CodeX ARBX

preview_player
Показать описание
You can easily transfer any data/input in the fields of one Form in NetBeans to other easily.
Watch to learn.
Subscribe for more!
Tutorial by: Arpan Bhattacharya
----------------------------------------------------------------
IMPORTANT CODES:

//Code in 1st form (A) to transfer data in 2nd form (B)
//Code in jButton
B x = new B();

//Code in 2nd form (B) to transfer data in 3rd form (C)
C x = new C();

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

ABOUT THE CHANNEL:
ARBX CodeX is a programming and IT solutions YouTube channel by ARBX MediaWorks. Giving tutorials of simple programs for professional use. Basically focusing on JAVA (Language). 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
---------------------------------------------------------------
ALL CHANNELS BY ARBX MediaWorks:

ARBX Endurance (Space):

ARBX Sensational (Gaming):

ARBX CodeX (Programming & IT):

----------------------------------------------------------------
SOCIAL MEDIAS:



Twitter (CodeX):

Facebook (ARBX Mediaworks):

Instagram (ARBX MediaWorks):

Twitter (ARBX MediaWorks):

---------------------------------------------------------
Channel: ARBX CodeX

By:
ARBX MediaWorks
Рекомендации по теме
Комментарии
Автор

best video on this topic that i have come across thank you!

arianacorrea
Автор

can't thank you enough. this video helped me so much, you have no idea!! thank you thank you thank you!

biaa.
Автор

Thank you very much! This video just helped me saved my project🙏 I don't know why you are so underrated but you explained it in detail. God bless you sir💙

nj
Автор

better than other's videos . All the other' s videos are bit complicated your's one is bit easier

Architect_themaudgill
Автор

You're a good influencer keep it up and may God bless you

iandesolo
Автор

Thank you. May God bless you and your work

stevenchoong
Автор

super duper helpful.. i took 5 hours before i watched your video :< thank you so much

slearmendoza
Автор

Very nice Video it helped me a lot in making my project keep making videos like this

arsalanshaikh
Автор

You made my day. I have been looking fir this for a very long time. Thank you. I hope you can apply it to labels too

sylvesterafful
Автор

Thanks for the tutorial!
This works really well !

chaitanyabagwe
Автор

TY you rly helped me with my project for my bachelor-thesis :)

XTheGermanGamer
Автор

thanks! if i want to change the icon depending of the bottom i just need to do a if sentence?

franhereiam
Автор

where do you put the "customize code" in the source code, cause I can't seem to find that feature in eclipse when i right click the components

imissyouj
Автор

is there an alternate code for x.setVisible(true0; so that the frame wont open again and reset other data?

jalen
Автор

Can we use same method to transfer data which using radio button

CDJunainah
Автор

how do you close previous JForm without loosing data aside from using
(class) x = n (class)();
(class).x.setVisible(false);?

solvian
Автор

Can you do the same thing but transfer the data to a combobox instead?

aaronkibs
Автор

How about making a voting system using radiobutton how to transfer it to another jframe so that we know how many votes it has

oohnthooks
Автор

Can we do the same stuff by using variable instead of using components i mean can we transfer data from one frame to another frame using variables

mayankstar
Автор

Hello!! Ur video was very informative but I'm still stuck with the coding part!! :( Actually I have made a restaurant management System project and there I have transferred 2 values from 2 different jFrames to the 3rd jFrame and now i need to add those two values in the 3rd jFrame by clicking Total button but I don't know how to implement it's code so please guide me asap :(( becoz I need to submit my project after 3 days !!!!

shreyaagrawal