The Artima Developer Community
Sponsored Link

Java Answers Forum
Deprecated components, any easy solutions to this prob?

1 reply on 1 page. Most recent reply: Mar 28, 2003 7:28 AM by Dhrubo

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Pete

Posts: 1
Nickname: pete95
Registered: Mar, 2003

Deprecated components, any easy solutions to this prob? Posted: Mar 28, 2003 7:18 AM
Reply to this message Reply
Advertisement
I am writing a project on Turing Machines, and I've come accross some useful source code for an emulator, however the code was written using JDK 1.0.

I would like to update this for use with JDK 1.3, however there are a number of event handling components which are now deprecated.

Im not hugely experienced in Java, can anyone offer me any tips on what is the easiest solution to this problem?

Thanks in advance!
Pete


Dhrubo

Posts: 32
Nickname: dhrubo
Registered: Mar, 2003

Re: Deprecated components, any easy solutions to this prob? Posted: Mar 28, 2003 7:28 AM
Reply to this message Reply
Find out the latest documentation it tells how ya can replace the the depreciated code with the latest

Flat View: This topic has 1 reply on 1 page
Topic: J2SE error messages Previous Topic   Next Topic Topic: Finding the exceptions which are thrown in an application

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use