Easy Java: Create Text File .txt .seek

Sdílet
Vložit
  • čas přidán 25. 03. 2015
  • This tutorial will inform that new java learning how to create a new text file using the java language. Also in this video, we used the seek method to find a specific character in your text (.txt) file. We used the RandomAccessFile to gain access to our new file for editing or creating something new. In this tutorial, I used the Eclipse IDE to implement the completion of the new text file.
    Java Utilization Program - • Java Credit Utilizatio...
    Tax Program - • Java Wage and Tax GUI
    Check Out More Java Programs!
    Java Toggle Button - • Java Toggle Button Beg...
    Java ComboBox - • Java ComboBox Beginner...
    Java GPA Calculator - • Java: Grades GUI JAVA ...
    Java Grade Finder - • Java Grade Finder
    Java Weight GUI Program - • Easy Java: Java Weight...
    Java GUI Calculations - • Easy Java GUI: Easy Ja...
    Java Input - • Easy Java Program: Get...
    Java Binary Converter Program - • Easy Java 8 Digit Bina...
    Java Grades Program - • Easy Java Grades Progr...
    Java Strings - • Easy Java Strings: Jav...
    Java If/Else - • Easy Java if Else Stat...
    Java GUI JTable - • Easy Java JTable: GUI ...
    Java Euclidean Algorithm Program - • Java Greatest Common D...
    Java Loops - • Easy Java Loops: for, ...
    Java Text File Program - • Easy Java: Create Text...
    Java Check Box, Radio Button Program - • Easy Java: Check Box, ...
    Java Check Box, Radio Button Part 2 - • Easy Java: Check Box, ...
    Java Arrays - • Easy Java Arrays: Begi...
    Java JCombobox Program - • Easy Java JComboBox: B...
    Java Gridlayout Program - • Easy Java GridLayout: ...
    Java Vending Machine Program - • Easy Java: Vending Mac...
    DISCLOSURE: This post may contain affiliate links, meaning when you click the links and make a purchase, we receive a commission.
    Visit: www.codehump.com
    Shop Lenovo: lenovo.vzew.net/bJ4eB
  • Věda a technologie

Komentáře • 7

  • @GloathTv
    @GloathTv Před 9 lety +1

    Sweet tutorial man

    • @arsenioscott
      @arsenioscott  Před 9 lety +1

      GloathTv Thanks for checking the new vid out.

  • @GoldenRetrieverYears
    @GoldenRetrieverYears Před 9 lety +1

    I'm using NetBeans and I'm trying to take input from the GUI Text Fields and one JComboBox selection and write that into a text file. So the input is something like Name, Email, Address, and the JComboBox is a work department selection. I have a button that I would like to use to take all of those entries and write it into a text file that is appended, so each time the program is ran it adds a new line. Are you able to help or point me in the right direction?

    • @arsenioscott
      @arsenioscott  Před 9 lety

      RobbieD3366 I'll try this out and let you know what I come up with. So your basically creating a GUI with a combo box to select a certain item, and you want to then store input from the keyboard to a text file. Did I understand that correctly?

    • @GoldenRetrieverYears
      @GoldenRetrieverYears Před 9 lety +1

      ***** I think you have it, I have a GUI with a number of TextFields to input names, email addresses, and phone numbers, plus a combo box that includes a list of work departments such as IT, or Finance. On the GUI, I have a button called ENTER, that I would like when pushed will take all of those inputs and write that on one line of a text file. I hope that makes sense, and thank you so much for your videos, they help me a lot.

    • @arsenioscott
      @arsenioscott  Před 9 lety

      RobbieD3366 Sorry for the delay but I believe that I have created the GUI. I will post a video for you let me know if this is what your looking for.

    • @arsenioscott
      @arsenioscott  Před 9 lety

      RobbieD3366 Have you checked out the JComboBox video to see if this is what your looking for I just have to add if else statements.