CS.Main class is the next one:

  | public static void main(String[] args) {        
  |             LOGIN l = new LOGIN();
  |             l.setVisible(true);       
  | }
  | 

'LOGIN' is a class which has a Swing interface and there are a commandButton 
called 'btAceptar'. When we push this button the program execute the 
btAceptarActionPerformed event.

This event call to a function in other package (the code I write before). 

All I explain here is the client side....

When the event is executing we pass all the invokes to the server side.

Answering to your question CS.Main class is rendering that UI.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4129315#4129315

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4129315
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to