java-swing-tips icon indicating copy to clipboard operation
java-swing-tips copied to clipboard

Proposal: Categorize sample app projects into folders

Open polisherm opened this issue 10 months ago • 3 comments

Thank you for providing so many samples.

However, the sample application has become so large that GitHub is displaying the following warning.

  • Sorry, we had to truncate this directory to 1,000 files. 134 entries were omitted from the list.

Therefore, I would like to propose that each sample be appropriately categorized into folders. This will prevent incomplete display and make it easier for users to access the samples they need.

polisherm avatar Feb 01 '25 05:02 polisherm

Thanks for the suggestion.

Therefore, I would like to propose that each sample be appropriately categorized into folders.

I think this is a good idea, but with the current number of samples increasing, it seems difficult to immediately categorize them into categories. So for the time being I plan to create an "examples" folder and move AboveCellTreeToolTips..ZoomLevelsSlider under it to avoid the incomplete display and make the README easier to read. In the future I plan to add categories to a separate folder using symbolic links.

aterai avatar Feb 06 '25 00:02 aterai

Maybe just categorize by alphabet ? It's a bit simple, but it allows to grow and not be tied to a categorization that will need to be changed one day.

bric3 avatar Feb 06 '25 16:02 bric3

@aterai Thank you for confirming. I understand it's difficult to organize this huge samples. I agree with your approach.

polisherm avatar Feb 09 '25 10:02 polisherm