ContriHUB / OffCoder

Avishkar 2k21 - Softablitz
GNU General Public License v3.0
0 stars 6 forks source link

Delete from personalized list #4

Closed shank03 closed 11 months ago

shank03 commented 11 months ago

Allow users to delete questions/problems from personalized when they felt cute and might delete later.

eleensmathew commented 11 months ago

Hi @shank03 . This is my first time working on a java swing ui tech stack. Do you mind providing some resources so i can understand how to fix this issue better?

shank03 commented 11 months ago

This isn't swing UI, this is JavaFX, and you can try this maybe https://www.codingninjas.com/studio/library/introduction-to-javafx-ui-controls

Aqua-16 commented 11 months ago

@shank03 Sir I had a quick question. How are you showing that downloaded icon beside the downloaded questions in the list? I couldn't figure that out.

shank03 commented 11 months ago

@Aqua-16 https://github.com/ContriHUB/OffCoder/blob/main/src/main/java/com/shank/offcoder/controllers/ProblemCell.java#L80-L82

Aqua-16 commented 11 months ago

Ah okay sir, got it. Thank you