0
我似乎無法使我的javame程序中的對話框消失。我用過處置但沒有任何東西。任何幫助。下面是代碼LWUIT javame對話框配置
Dialog d=new Dialog("Comment added");
Label lb=new Label(response);
d.setLayout(new BorderLayout());
d.addComponent(BorderLayout.CENTER,lb);
d.show();
d.dispose();