NathanCheshire / Cyder

Multipurpose utility tool expressed using a custom JVM UI library built over Swing
GNU General Public License v3.0
11 stars 1 forks source link

Printed Labels Updating #213

Closed NathanCheshire closed 1 year ago

NathanCheshire commented 2 years ago

We should keep track of all labels added to the output pane currently and update their font, font size, and foreground as it changes via or updates. This is kind of done for YouTube download progress labels and we update the font size but not the foreground or font if it were to change.

NathanCheshire commented 2 years ago

Also ctrl + c in the console when downloading an audio should cancel it. Make sure we can't download more than one thing at a time.

NathanCheshire commented 2 years ago

We should store a list of the labels with text added to the console and update these. We need a way to know which ones we should update by setting the foreground, font, and font size when it updates.