Menu

SwingController / News: Recent posts

Annotations

I am placing Annotation suppor for to bind visual component to javabeans/dynabeans getter and setters ... exemple :

@ Binding(componentName="TextFieldName")
public class JTextField_ exetends JTextField {

@BindingGetValue(BidingReference(reference="<reference_expression>"))
public String getText(){return super.getText()};

@BindingSetValue(BidingReference(reference="<reference_expression>"))
public void setText(String text){super.setText(text)};... read more

Posted by Deivson Rayner T. Costa 2004-10-10

Documentao - Documentation...

Peo desculpas a falta de documentao, em 2 semanas pretendo estar publicando-a.

I'm sorry, in two week I will publish the documentation

Posted by Deivson Rayner T. Costa 2004-09-18
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.