javameプログラムのダイアログが消えないようです。私はdisposeを使用しましたが、何も使用していません。どんな助けでも。これがコードです
Dialog d=new Dialog("Comment added");
Label lb=new Label(response);
d.setLayout(new BorderLayout());
d.addComponent(BorderLayout.CENTER,lb);
d.show();
d.dispose();