• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

about netbean's feature of print preview

 
Ranch Hand
Posts: 118
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi there. i've been spending my time looking for a print preview feature for my project until i found this on google..

netbeans itself has a print preview class.. i have read it here...

as a beginner, i started to figure out how to make this stuff work..
im trying to figure it out, but there was no sample programs that uses this approach.

is it possible by chance that somebody would help me by providing some snippets for this?
it will be very much appreciated.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That functionality is part of the NetBeans Platform. NetBeans is not just an IDE, it's actually built on a framework (the NetBeans Platform) that you can use to write your own applications with.

So, to use this, you'd have to write your application using this framework. The NetBeans website contains a lot of information on how to do this, but it's not something simple that you can learn in half an hour...
 
Marshal
Posts: 79177
377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not a "beginning Java" question. Moving thread.
reply
    Bookmark Topic Watch Topic
  • New Topic