the String class has a substring() method, that should help you... http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#substring%28int,%20int%29
On 2 Mrz., 23:30, Memo Sanchez <[email protected]> wrote: > Good day =) > > I was looking for a way to truncate a String which is inside a Label, > but I haven't found any answer. > > For example: My original String is "Accounts Receivable" and I want it > to appear something like "Accoun..." > > Any input is appreciated. > > Thank you. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
