Ticket #13197

java.awt.Dialog cannot open
오픈 날짜: 2008-08-02 09:04 마지막 업데이트: 2008-11-05 00:30

Reporter:
소유자:
Type:
Status:
Open [Owner assigned]
Component:
MileStone:
(None)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
Later
File:
1

Details

java.awt.Dialogを以下のコンストラクタを使用して作成する
と、実際のダイアログが開きません。
Dialog(Window owner,String title)

以下のコンストラクタであれば開きます。
Dialog(Frame owner,String title)

すべてのケースを試したわけではありませんが、全体的に親
をjava.awt.Windowにすると開かないように思われます。

Ticket History (3/3 Histories)

2008-08-02 09:04 Updated by: florian
  • File 2974: DialogTest.java is attached
2008-11-05 00:22 Updated by: freebeans
  • Resolution Update from None to Accepted
  • 소유자 Update from (None) to freebeans
2008-11-05 00:30 Updated by: freebeans
  • Resolution Update from Accepted to Later
댓글 올리기
Mysaifu JVM 0.3.9のクラスライブラリであるGNU Classpath 0.97.1には、Dialog(Window, String)というコンストラクタはまだ実装されていません。
GNU Classpath側で上記コンストラクタが実装された時点で、対応したいと思います。

Attachment File List

Edit

Please login to add comment to this ticket » Login