/ Published in: Java
I didnt know you could do this but you can put JComponets from awt or swing inside
JOptionPane.showMessageDialog ...probly other variations also who knows
this is excellent for html formatting inside a messagebox
JOptionPane.showMessageDialog ...probly other variations also who knows
this is excellent for html formatting inside a messagebox
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
import javax.swing.*; import java.awt.*; ShowMsg(test,"Testing HTML"); { }