Tuesday, May 22, 2012

Adventure In and around: World Second Tallest Siva Statue in India A Plea...


Adventure In and around: World Second Tallest Siva Statue in India A Plea...:                                   The world second tallest siva statue Murudeshwara(In Karnadaka) .Holy spirit a wonderful place fo...

Adventure In and around: Amazing Golden Peak of India(Ponmudi -Kerala)


Adventure In and around: Amazing Golden Peak of India(Ponmudi -Kerala): Ponmudi ,most amazing picnic spot near by trivandrum connected by wind road providing us a wonderful amazing natural view .One of remar...

Adventure In and around: Mid Night Travel to Rameshwaram.(Adventure Fully L...


Adventure In and around: Mid Night Travel to Rameshwaram.(Adventure Fully L...: Rameshwaram,A holy place of lord Siva ,Which have several links with great epic ramayanam.Railway bridge of rameshwaram plays one of...

Adventure In and around: Take a drive to Amazing 'Niagara Falls of India'(H...



Adventure In and around: Take a drive to Amazing 'Niagara Falls of India'(H...: During Vacation,All of us plan to go a place which is full of Fun ,adventure and a good treckking Experience.In india there is bes...

Wednesday, May 2, 2012

Java-Buddy: Apply shadow on charts

Java-Buddy: Apply shadow on charts: To add shadow on charts, we can create a Shadow object, and apply on charts using setEffect() method. Example: package javafx_charts...

Java-Buddy: Create simple Pie Chart using JavaFX 2

Java-Buddy: Create simple Pie Chart using JavaFX 2: package javafx_charts; import javafx.application.Application; import javafx.collections.FXCollections; import javafx.collections.Observab...

Java-Buddy: JavaFX 2: TableView

Java-Buddy: JavaFX 2: TableView: JavaFX provide API of TableView, TableColumn, and TableCell to help creating tables. You can populate a table by implementing the data model...