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.
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?
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
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?
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
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.
I'm Brazilian student, and i like so much this example. thanks so much!
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.
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?
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
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?
@@seantracey3387 yes i would be that would be really cool and i would watch it all : )
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
The computer is never wrong
That happens to me too, i just maximise and minimise the window and one. That does the trick.
@@catombomb3003 lmaoo you wasnt wrong i just tried that. Hm kinda weird
@@dre1997ful hahaha yeah it's weird, but good to know it worked xD
Good video but it would have been nice to see it explained all the way through
Good video for beginner java def
Thank you!
you left out remove tasks
You can find it in the source file in the description
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
Thanks dude it works
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.
Hey man how did u find the clear part of the code?
@@parkermaluleke9486 Stack overflow, ofc!
How to do the clear part of code?
Please share source code.
Source Code?
can it be done by javafx?
which editor is this
eclipse ide
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.
Thanks, sure here's the link to the github repo.
github.com/smrtracey/ToDoList.git