Originally posted by pradeep84
Greetings,
Nepomuk
Button save= new Button("Save");
Button exit= new Button("Exit");
public static void main(String args[])
{
[B]Customerdetails cud= new Customerdetails();[/B]}
Button save= new Button("Save");
Button exit= new Button("Exit");
public static void main(String args[])
{
[b]Customerdetails cud= new Customerdetails();[/b]}
Comment