Java GUI Programming - 3.1 - Your First Form

Поділитися
Вставка
  • Опубліковано 15 вер 2024
  • Link to Code: github.com/ami...

КОМЕНТАРІ • 2

  • @J_Brian
    @J_Brian 5 місяців тому

    I have a quick question, I've been looking online and having some difficulty finding where to start. I'm not a programmer by any means, but I'm trying to create a form for work in which can do the following:
    1) Accept user input for a hash value
    2) Have the ability to select multiple checkbox options that prints out a specific strings containing that hash value. Each selection will have a separate line containing the hash value.
    3) Accept user input for a single date or a date range
    Example: a hash value containing 32 characters
    I check a specific box and it prints a curl with the hash value within the curl
    I enter a date or date range and it prints out a curl containing the hash value and the date in a format of yyyy-mm--dd.
    idk if Pyton is best for this or Java? What do you think? Is there anything you went over that may guide me in completing this? It would be nice to have a GUI box where I can copy the data from instead of the terminal and maybe reset using a button.

    • @TheCSClassroom
      @TheCSClassroom  5 місяців тому

      With Python there is an easy-to-use library called "PySimpleGUI" that I've created a lot of tutorials on that may come in handy. I just started making resources for Java, so I don't have anything yet that would cover specifically those types of input. Ultimately whether you decide to use Java or Python depends on what you're comfortable with, as there are easy-to-use GUI libraries and resources for both languages.