Java JFrames Share Data with other JFrames using Objects 04

Опубликовано: 14 Октябрь 2024
на канале: Gamemaker Game Programming Course
2,322
50

AP Computer Science Java tutorials and lessons that teach you how to program and code using Java.

http://www.atomictoddler.com has lessons and activities and resources that match these video tutorials and lessons for learning Java.

How to pass data or variables from one JFrame to another JFrame using instance of classes. This video will look at how to open a second jframe and have it pass some data back to the jframe that opened it. Similar to a date picker, color picker, file chooser dialog box.