cipriancus / eventCalendar

Event Calendar is a desktop application that allows its users to manage their time in an easy and efficent manner. It can be used to organize the schedule for the resources of an institution, for its employees or for the work/free time program of an individual user etc. In order to create an event, the user can manually configure it, but there is also the possibility to choose a text file for parsing or import a mail into the application. The latter will parse it and automatically create the event.
3 stars 0 forks source link

[GUI] Research pentru framework-ul de calendar #6

Open cipriancus opened 8 years ago

cipriancus commented 8 years ago

Pentru a lucra cu un calendar avem nevoie de un framework vizual.

Persoana respectiva, ce face task-ul, trebuie sa afle cum se instantiaza un calendar, cum se fac insert-uri in calendar (adica, cum pui ceva pe o data respectiva); sa citeasca documentatia aferenta JCalendar, sa afle toate tipurile de calendare (sau, ma rog,aproape toate ca sa avem o idee ce si cum facem) , sa prezinte (minimal intr-o aplicatie sau in format poza gen print screen) tipurile de calendare posibile. Cel mai important: aceasta persoana trebuie sa _inteleaga _ ce citeste pentru a putea transmite si celorlalti ( evident vom citit si noi documentatia dar trebuie sa avem un punct de plecare pentru a ne fi mai usor). JCalendar este SWING dar se poate converti in javaFX asa:

JCalendar calendar=new JCalendar(data); final SwingNode swingNode = new SwingNode(); swingNode.setContent(calendar);

Jcalendar: http://toedter.com/jcalendar/

E gratis, se face doar import de jar; in arhiva aferenta exista cod ce poate fi citit; exemple de aplicatii si multe altele.

cipriancus commented 8 years ago

Bravo ilie

cipriancus commented 8 years ago

Folosim http://jfxtras.org/