textpane = new JTextPane(); SimpleAttributeSet attribs = new SimpleAttributeSet();StyleConstants.setAlignment(attribs , StyleConstants.ALIGN_RIGHT);textpane.setParagraphAttributes(attribs,true);