显示文件夹中的歌曲到 jlist

发布于 2024-10-25 04:47:52 字数 81 浏览 2 评论 0原文

这里有人可以给我一个关于如何从文件夹中获取歌曲并将其显示到 jlist 的视图或想法吗?我不知道如何开始这样做...

谢谢你们...

can anyone here give me a view or idea on how to get the songs from a folder and displays it to jlist? i have no idea on how to start doing this...

thank you guys...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甜是你 2024-11-01 04:47:52

第一步应该定义歌曲是什么以及源文件夹在哪里,之后一切就很容易了。

您需要的是类 File当然还有 Jlist

使用文件对象,您将能够指定过滤并检索正确的文件

当您有文件列表时,您应该阅读此 (如何使用列表)教程。

编辑:

是什么歌?

该歌曲可能是具有特定扩展名的文件,通常是 .mp3、.wav。

因此,当我们尝试在文件夹中查找歌曲时,我们实际上是在寻找多媒体文件。

Step one should be defining what song is and where the source folder is, after that everything is easy.

What You need is class File and of course Jlist.

Using file object, you will be able to specify a filter and retrieve proper files.

When you will have list of files then you should read this (How to use Lists) tutorial.

EDIT:

What song is ?

The song might be a file that have specific extension usually this is .mp3, .wav.

So when we are trying to find songs in a folder really we are looking for multimedia files.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文