I want to insert the copyright symbol instead of the word copyright.
JMenu m2 = new JMenu("Help");
JMenuItem item3=new JMenuItem("About");
item3.addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
JOptionPane.showMessageDialog(null, "this application helps to convert numeric values to given conditions \n Author: Prashanna Nepal \n Copyright Prashanna",null,JOptionPane.PLAIN_MESSAGE);
}});
You can just add it directly into your text:
Since the symbol is not on your keyboard, one way is to copy-paste it from some source on the web (for example Wikipedia article https://en.wikipedia.org/wiki/Copyright_symbol). If you are on windows, you can also type it by holding alt-key and entering the keycode 0 1 6 9 on the keypad.