Results 1 to 2 of 2
  1. #1
    Albert is offline Senior Member
    Join Date
    Jun 2007
    Posts
    114
    Rep Power
    0

    Default Create view of files in java-Swing

    I'm programming a “Explorer of files in JAVA” (I do not want the FILECHOOSER).

    Then I am trying to create the area of “Views” where it can visualize files of any hard disc area in form of ICONS.

    I wanted to know if some component in SWING exists with which I can create a view…

    by moments I have made it using JBUTTON to represent each file and I place a ICON and try to pretend that it is view of the files on a JPANEL…

    Albert:rolleyes:

  2. #2
    Felissa is offline Member
    Join Date
    Jun 2007
    Posts
    95
    Rep Power
    0

    Default

    you can do something like that and adapt it according to what you want
    Java Class Explorer

Similar Threads

  1. Java Swing
    By JavaBean in forum Java Tutorial
    Replies: 1
    Last Post: 04-11-2009, 03:09 PM
  2. Unable to view japanese in java applet
    By rogermakrm in forum Java Applets
    Replies: 5
    Last Post: 01-16-2008, 06:07 AM
  3. Replies: 20
    Last Post: 12-17-2007, 03:20 PM
  4. map javax.swing.text.Element to javax.swing.text.View
    By elizabeth in forum New To Java
    Replies: 1
    Last Post: 07-30-2007, 07:02 PM
  5. Create Windows, Applet & Swing
    By Eric in forum AWT / Swing
    Replies: 1
    Last Post: 07-05-2007, 06:36 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •