I have a component for Joomla which I need to add an admin editable field to in order to display custom html.This needs to be multi-lingual and my idea is to display and article in the component so th
I need to display a read only view of data.I\'ve 开发者_运维技巧chosen the DisplayField component to do this.My problem is that I would like an easy way to call BasicForm.setValues(values) and have a
I want to render a split button into a column in a grid to perform actions on each row. I can\'t seem to figure out how to 开发者_C百科build a custom cell renderer that will accomplish this.
I have a JLabel component to which i write some text. I want to decode it to pixe开发者_运维问答l array and send it via RS-232 interface to some external appliance.
I\'m not aware of tools that are being developed for java, but i think it would be a good idea to create an engine that would interp开发者_开发问答ret xml/html-like strings and render them into a tree
Is there a way i can re-size开发者_如何转开发 the scroll bar inside the combo box component? within flash CS5
is there any .net or de开发者_C百科lphi component for showingCatia file?No, there is no .net or delphi components used to display CATIA files.
My app uses standard single-line Edit Box controls. Is there any way to accept a multi-line \"paste\", discarding carriage return / linefeeds?
I am trying to map classes User and Profile, just as the following: public class User { public long ID { get; set; }
I am trying to make a GUI th开发者_开发问答at looks something like this: I only know how to use the BorderLayout which has space for 5 buttons. North, West, Center, East, and South.