can i add icon to the titlebar of JDialog? if yes how to add it. thx in advance..........Ajit B
Manfred Leonhardt
Ranch Hand
Joined: Jan 09, 2001
Posts: 1492
posted
0
Hi Ajit, No, not directly from Java. Since the JDialog look and feel is controlled by the native window system (based on Window, which is still heavyweight component), you can't add anything using java. You could however, use JNI and add something ... Regards, Manfred.