[java-dev] Re: new MaxPatcher() not working in Max 5
Matthew Aidekman
puuukeey at comcast.net
Thu May 8 09:24:53 MDT 2008
- Previous message: [java-dev] Re: new MaxPatcher() not working in Max 5
- Next message: [java-dev] Re: new MaxPatcher() not working in Max 5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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");
- Previous message: [java-dev] Re: new MaxPatcher() not working in Max 5
- Next message: [java-dev] Re: new MaxPatcher() not working in Max 5
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
