Java To Do List App

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 29

  • @fanainaalves3728
    @fanainaalves3728 Рік тому +3

    I'm Brazilian student, and i like so much this example. thanks so much!

  • @lanewofford7165
    @lanewofford7165 23 дні тому

    The reason the TitleBar shows up only after minimizing and reopening the program window is because the TitleBar is created and added *after* the AppFrame was set to Visible. To fix this, go to your AppFrame class and move this.SetVisible(true); to the last line.

  • @Desbaztard
    @Desbaztard 4 місяці тому

    Hey, first of all, thank you for this great guide, appreciate it alot
    I am trying to follow the script to a T and the Titlebar only shows up, if I move the window size manually with my mouse, couldn't fix it yet. Do you have an Idea what's causing this?

  • @yazanalbash5388
    @yazanalbash5388 3 роки тому +4

    Thank you very much. could you please make another Video for the same Task with an explantion for noobs ? like the same App but with explantion for every Step for someone who is not as good as you are

    • @seantracey3387
      @seantracey3387  2 роки тому +9

      Hi yazan, thanks for your comment. Sorry for the late reply. I can certainly break it down further and explain it step by step but it would make this a much longer video. Would you be interested in a series recreating this app over say 10 videos?

    • @yazanalbash5388
      @yazanalbash5388 2 роки тому +2

      @@seantracey3387 yes i would be that would be really cool and i would watch it all : )

  • @mehmetlehmann5601
    @mehmetlehmann5601 2 роки тому +5

    this does not work. I am at minute 15 now and everytime I run this app the Frame stays empty. No Buttons. No Background Red. Nothing

    • @jaysonp9426
      @jaysonp9426 2 роки тому +2

      The computer is never wrong

    • @catombomb3003
      @catombomb3003 Рік тому +2

      That happens to me too, i just maximise and minimise the window and one. That does the trick.

    • @dre1997ful
      @dre1997ful Рік тому +2

      @@catombomb3003 lmaoo you wasnt wrong i just tried that. Hm kinda weird

    • @catombomb3003
      @catombomb3003 Рік тому +1

      @@dre1997ful hahaha yeah it's weird, but good to know it worked xD

  • @Slimboyfat1979
    @Slimboyfat1979 3 роки тому +2

    Good video but it would have been nice to see it explained all the way through

  • @stanislav9229
    @stanislav9229 2 роки тому +1

    Good video for beginner java def

  • @pastelpink9366
    @pastelpink9366 Рік тому

    Thank you!

  • @rtonib2103
    @rtonib2103 3 роки тому +6

    you left out remove tasks

    • @Strategic.
      @Strategic. 2 роки тому

      You can find it in the source file in the description

  • @redflameken
    @redflameken 2 роки тому +1

    been stuck on this small project(for practice) for days just because i couldn't get it to display properly, and all i needed to do was revalidate();???? wth

  • @Strategic.
    @Strategic. 2 роки тому

    Thanks dude it works

  • @catombomb3003
    @catombomb3003 Рік тому

    He left out clear completed tasks and limiting the max number of tasks, but eh, it was still very helpful. I understood like 90% of the code! I could just look up the left put parts on my own.

  • @sivaajjapu6205
    @sivaajjapu6205 3 роки тому +3

    Please share source code.

  • @julioespinola5715
    @julioespinola5715 3 роки тому +5

    Source Code?

  • @isratjahananika8597
    @isratjahananika8597 Рік тому

    can it be done by javafx?

  • @ashishkumarjha2898
    @ashishkumarjha2898 9 місяців тому

    which editor is this

  • @vm.productivitymentoring9060
    @vm.productivitymentoring9060 2 роки тому

    Hey nice video bro. Can you share the source code, I tried to clear the tasks by myself but it didn't go as planned.

    • @seantracey3387
      @seantracey3387  2 роки тому +1

      Thanks, sure here's the link to the github repo.
      github.com/smrtracey/ToDoList.git