Java-Gaming.org Java4K winners: [ by our judges | by the community ]         
Featured games (67)
games approved by the League of Dukes
Games in Showcase (∞)
games submitted by our members



News: Read the Java Gaming Resources, or peek at the official Java tutorials
 
    Home     Help   Search   Login   Register   
Pages: [1]
  Print  
  Help me with some pointers???  (Read 605 times)
0 Members and 2 Guests are viewing this topic.
Offline Sequalit

Jr. Member
**

Posts: 59



« on: 2006-02-03 01:39:12 »

Can anyone give me a few leads on to what classes I should use to acomplish these tasks? All i need is a lead on the names.

I want to have a application with 3 seperate area's in it, one for a filesystem view, one for a drag and ddrop area, and one for a viewer, where i can move graphics around in

I was thinking about using JFrame/JPanel.. but then i wouldnt know how to begin implimentation in that...

any links/tips/refs would be very much appreciated!

Thanks
-Sequalit

while(gettingTired())
     crankOutMoreCode();
     if(asleep()){
          wakeUp();
          makeCoffee();
          chugCoffee();
     }
}

-Sequalit
Offline kylix999

Full Member
**

Posts: 193



« Reply #1 on: 2006-02-03 02:10:45 »



first of all go there:
http://java.sun.com/developer/onlineTraining/new2java/reference.html  - the best place to start with java

http://java.sun.com/docs/books/tutorial/dnd/index.html  -  tutorial how to use drag and drop
http://java.sun.com/docs/books/tutorial/uiswing/index.html - swing tutorials, for your application gui
http://java.sun.com/docs/books/tutorial/uiswing/learn/example2.html - sample swing application
http://java.sun.com/docs/books/tutorial/uiswing/components/frame.html - here you will find how to make frames
http://java.sun.com/docs/books/tutorial/essential/io/index.html - how to read and write files

happy coding
Offline Mr_Light

JGO Strike Force
***

Posts: 893


shiny.


« Reply #2 on: 2006-02-03 11:53:30 »

look at http://java.sun.com/docs/books/tutorial/uiswing/components/components.html look though what kylix999 posted then look at it again.

also have a look at http://java.sun.com/products/jfc/tsc/articles/treetable1/index.html and for treetable on java.sun.com depending on how you want to browse though your files.

if you use split panes I would recomend useing this line:
1  
        UIManager.put("SplitPaneDivider.border", BorderFactory.createEmptyBorder(0, 0, 0, 0)); 

it fastly cleans up your user interface.

It's harder to read code than to write it. - it's even harder to write readable code.

The gospel of brother Riven: "The guarantee that all bugs are in *your* code is worth gold." Amen brother a-m-e-n.
Games published by our own members! Go get 'em!
Offline Sequalit

Jr. Member
**

Posts: 59



« Reply #3 on: 2006-02-03 20:32:07 »

Thank you so much Kylix999, Mr_Light

This should help me out greatly!

another question... im not new to java, but im relativley inexperienced when it coems to the wealth of knowledge associated w/ java...

so when im looking for information on something, do i just do what i just did and ask, or is there a certain way you guys research it? or what hehe =)

thanks again for the links!

while(gettingTired())
     crankOutMoreCode();
     if(asleep()){
          wakeUp();
          makeCoffee();
          chugCoffee();
     }
}

-Sequalit
Offline Mr_Light

JGO Strike Force
***

Posts: 893


shiny.


« Reply #4 on: 2006-02-03 22:33:02 »

you pick up bits an pieces along the way, ideling in #java at a random irc server and follow/research the more interesting problems. certain know-how is offcourse collected by simply doing stuff.

It's harder to read code than to write it. - it's even harder to write readable code.

The gospel of brother Riven: "The guarantee that all bugs are in *your* code is worth gold." Amen brother a-m-e-n.
Pages: [1]
  Print  
 
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!
Page created in 0.061 seconds with 19 queries.