Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-11-2008, 11:12 PM
Member
 
Join Date: Jul 2008
Posts: 3
xeannart is on a distinguished road
Graphic library
Hello,

I need help writing my own graphic library like sdl. I need help to get started.

First, how do you call up a window without relying on the implemented java containers?
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 07-12-2008, 02:30 AM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Gone to Costa Rica
Posts: 2,223
Norm is on a distinguished road
new Window();
What is an implemented java container?
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 07-12-2008, 08:12 PM
Member
 
Join Date: Jul 2008
Posts: 3
xeannart is on a distinguished road
JFrame or JPanel or JComponents
Bookmark Post in Technorati
Reply With Quote
  #4 (permalink)  
Old 07-12-2008, 09:18 PM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 710
Nicholas Jordan is on a distinguished road
Pretty much stay with JFrame. Read the docs, struggle as need be. Save us all a lot of re-inventing the wheel.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
  #5 (permalink)  
Old 07-13-2008, 09:28 PM
Member
 
Join Date: Jul 2008
Posts: 3
xeannart is on a distinguished road
but that's what I want to work on, reinventing the jframe

btw where can you get the source code for java?? especially for jframe? the download site from sun only let you download the jre and sdk
Bookmark Post in Technorati
Reply With Quote
  #6 (permalink)  
Old 07-13-2008, 09:46 PM
Norm's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Gone to Costa Rica
Posts: 2,223
Norm is on a distinguished road
The source for java is in src.zip that is included in the JDK download.
Bookmark Post in Technorati
Reply With Quote
  #7 (permalink)  
Old 07-14-2008, 04:36 AM
Nicholas Jordan's Avatar
Senior Member
 
Join Date: Jun 2008
Location: Southwest
Posts: 710
Nicholas Jordan is on a distinguished road
lets start simple.
Quote:
Originally Posted by xeannart View Post
but that's what I want to work on, reinventing the jframe
I like to work this way, most people don't. Sources are as Norm directs.

Frame (Java 2 Platform SE 5.0) will have to be the base. I looked, probably start with some sample code from the Trail: Creating a GUI with JFC/Swing (The Java™ Tutorials)
tutorials.

Have you ever coded before?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to change font/ font color etc in a graphic object using JCombobox? JavaInLove AWT / Swing 0 02-07-2008 01:28 PM
Graphic settings being overridden? sjchase New To Java 0 01-17-2008 01:27 AM
Basic Graphic jkswebsite Java 2D 6 11-26-2007 04:19 AM
How do insert a Graphic carl New To Java 1 08-01-2007 07:30 AM
Swing Graphic interface Daniel AWT / Swing 2 06-28-2007 06:39 PM


All times are GMT +3. The time now is 04:22 PM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org