Java - showInputDialog + Writing text files

Опубликовано: 10 Март 2026
на канале: Dr. Andy Wicks
4,020
57

A written description plus the code for the programs can be found at:-
http://www.o-vl.com/showAtom.php?pg=J...

This video explains how to use a showInputDialog to create a text file which holds multiple fields (items of data). It shows two methods to save the data; first, with each record on one line (i.e. all the items on the same line) and second with each separate piece of data on separate lines. The next video (   • Java - Reading multiple field text files  ) shows how to read in each type.