Re: [Microba-controls] Examples?
Brought to you by:
michaelbaranov
From: Michael B. <mic...@gm...> - 2007-01-30 07:34:15
|
Hello! There are no examples because using the library is trivial. You are the first to ask for it ... What you wrote is correct! But to see anything, you have to add your newly-created cp to a Swing container like JDialog or JFrame and display it. In general, Microba components behave exactly the same way as any other Swing widget (JButton). Follow any example for a JButton or other widget on the net, then replace it with CalendarPane or DatePicker. Simple. Please attach full source listing if you have any troubles next time. Michael. > Do you have any examples? I'm having trouble getting your libraries to do > anything. > > For example I have tried: > > CalendarPane cp = new CalendarPane(new Date()); > cp.setEnabled(true); > cp.setVisisble(true); > > I dont know how to use it an there are no examples in the docs. > > Sean > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys - and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Microba-controls mailing list > Mic...@li... > https://lists.sourceforge.net/lists/listinfo/microba-controls > > |