It isn't for me to say which list is right,  :-) however there is more
JUMP developer traffic on jump-pilot-devel than any other list that I
know of.

Larry

On 9/14/07, Edgar Soldin <[EMAIL PROTECTED]> wrote:
> .. i am confused .. which list is the right one?
>
> regards ede
>
> --
> public class WhoDidIt{ // A comment. I love comments
>   private static Person sender;
>
>   public static void main (String[] foo){
>
>   sender = new Person();
>   sender.setName(new String[]{"Edgar", "Soldin"});
>
>   Address address = new Address();
>   address.setStreet("Stadtweg 119");
>   address.setZip(39116);
>   address.setCity("Magdeburg");
>   address.setCountry("Germany");
>
>   sender.setAddress(address);
>
>   sender.setMobilePhone(" +49(0)171-2782880 ");
>   sender.setWebSiteUrl(" http://www.soldin.de ");
>   sender.setEmail(" [EMAIL PROTECTED] ");
>   sender.setPGPPublicKey(" http://www.soldin.de/edgar_soldin.asc ");
>   sender.setGender(true);
>
>   System.out.println(sender.toString());
>   }
> }
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>


-- 
http://amusingprogrammer.blogspot.com/

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to