Received: by 10.66.73.169 with SMTP id m9mr1773532pav.35.1354518793833; Sun, 02 Dec 2012 23:13:13 -0800 (PST) Received: by 10.50.158.227 with SMTP id wx3mr1631976igb.2.1354518793654; Sun, 02 Dec 2012 23:13:13 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!nntp.club.cc.cmu.edu!newsfeed.news.ucla.edu!usenet.stanford.edu!kt20no629329pbb.1!news-out.google.com!6ni24715pbd.1!nntp.google.com!kr7no16156801pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.programmer Date: Sun, 2 Dec 2012 23:13:13 -0800 (PST) In-Reply-To: <9e922f32-54be-4dac-8906-a878e15ea7ac@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=173.164.137.214; posting-account=CP-lKQoAAAAGtB5diOuGlDQk0jIwmH0T NNTP-Posting-Host: 173.164.137.214 References: <0b84cdf0-3aa6-40f4-9b4c-ea1772da6d7e@googlegroups.com> <9e922f32-54be-4dac-8906-a878e15ea7ac@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <1558aa71-e925-4c6c-a0fb-7c6438bb8ebe@googlegroups.com> Subject: Re: appointment calender in java From: Lew Injection-Date: Mon, 03 Dec 2012 07:13:13 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: csiph.com comp.lang.java.programmer:20057 On Sunday, December 2, 2012 10:27:44 PM UTC-8, Navnath Gadakh wrote: > i [sic] am developing swing [sic] application in that i [sic] want > appointment scheduler > like google [sic] how i [sic] can do that plz [sic] help? Navnath, you seem to have overlooked Eric's helpful advice: On Saturday, December 1, 2012 6:17:57 AM UTC-8, Eric Sosman wrote: > Be more specific, or get an Android phone. You have multiple difficulties with your approach. Be patient, I wish to say many things, none comfortable for you, all helpful. This forum, that is, comp.lang.java.programmer, is a cooperative discussion group. You have repeated essentially your original question, imperiously, without signifying that you've put any thought into your own approach. No one will simply invent a complicated program for you, voluntarily, with so little to go on. It makes it sound like what you want isn't actually help at all, but someone to do everything for you. No one is going to play substitute for your brain on your behalf. That said, here is help available on how to start out with such vague ideas. Take whatever value you choose from these links - their authors have ideas you might or might not find useful: http://mindprod.com/jgloss/gettingstarted.html http://home.earthlink.net/~patricia_shanahan/beginner.html http://www.catb.org/esr/faqs/smart-questions.html You need to get down to specifics. "A calendar" is what? There are different approaches to that analysis. One is to map out all the actions you'd take while using your own product, along with sketches of each screen. This is called "storyboarding". It's also what cartoonists and movie makers do when planning a film - map out scenes or screens and what actions emanate from each one. Do you know how to program in Swing? -- Lew