481482483484485486487488489490491
@Deprecated public Dimension preferredSize(int rows, int columns) { synchronized (getTreeLock()) { TextAreaPeer peer = (TextAreaPeer)this.peer; return (peer != null) ? peer.preferredSize(rows, columns) : super.preferredSize(); } } /**
498499500501502503504505506507508