Multi Line Button is a Java Library that adds JButtons with word wrap multi line text on them. The Buttons are just JTextAreas and as such cannot be cast to JButton, but can be used as a Button when adding an Action Listener. therefore you also may not cast it to a JTextArea.