我希望我的应用程序中的状态栏可以与媒体持续时间绑定,如果用户想要选择持续时间,那么他可以在该状态栏上选择持续时间。还想用两个标志显示所选的持续时间。不知道如何制作这个节目。已经搜索了很多,但没有发现任何相对的东西。请帮我。
public class Statusbar
{
public Statusbar()
{
//take somethink like JProgressBar
//bind the media length on it
//and set flags on it..i don't know how to set this flags..!!
}
}