XML Feeds

.

[java-dev] Re: new MaxPatcher() not working in Max 5

Matthew Aidekman puuukeey at comcast.net
Thu May 8 09:24:53 MDT 2008


HEY DUDES



            MaxPatcher p  = new MaxPatcher(50,50,200,200);
            MaxBox b11 = p.newDefault(20,20,"toggle",null);
            MaxBox b21 = p.newDefault(50,20,"toggle",null);
            MaxBox b31 = p.newDefault(80,20,"toggle",null);
                              p.send("front", new Atom[]{});
            p.getWindow().setTitle("TEST PATCH");
           


More information about the java-dev mailing list