Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
Showing results 1 to 7 of 7
Search took 0.01 seconds.
Search: Posts Made By: Judex
Forum: Java GUI October 11th, 2004, 03:55 PM
Replies: 1
Views: 1,537
Posted By Judex
Hi, I don't know why you are doing it that...

Hi,

I don't know why you are doing it that way? Event Listeners can be
added to the components like this <abutton.addActionListener(this)>. In a complete program it can simply look like the...
Forum: Java GUI September 11th, 2004, 09:20 PM
Replies: 2
Views: 2,251
Posted By Judex
That's easy. Just add the following lines of...

That's easy. Just add the following lines of codes in your
programme.

Bannerjava banner = new Bannerjava();
add(banner);
You can call methods from banner by simply including the method
name...
Forum: C++ Programming March 30th, 2004, 09:09 PM
Replies: 4
Views: 3,476
Posted By Judex
Hi, Link list is very easy to implement in...

Hi,

Link list is very easy to implement in C++. Below is all that you will
ever need to handle linked list. It is Lifo structured list. For the FIFO I hope that by next week you will be able to...
Forum: Java Databases March 28th, 2004, 07:19 PM
Replies: 2
Views: 1,235
Posted By Judex
Hi, In order for anybody to help you ,...

Hi,


In order for anybody to help you , you should first submit your code
and them explain the steps you've taken to get your code up. For ex what driver you've used . The errors are more...
Forum: Java Databases February 28th, 2004, 06:52 PM
Replies: 3
Views: 1,456
Posted By Judex
Hi, The book I've been using is SAM's teach...

Hi,

The book I've been using is SAM's teach yourself JAVA in 21 days, available from Amazon or Barnes and Noble. Its specially made for beginners.

judex
Forum: C++ Programming February 20th, 2004, 08:09 PM
Replies: 3
Views: 14,945
Posted By Judex
Converting int to string

I am writing a lexical analyser in C. I need to know how to convert integer to string . The other way round I can do it.

Thanks

judex[?]
Forum: Java Databases August 30th, 2003, 09:10 PM
Replies: 1
Views: 2,688
Posted By Judex
Sending Date variable into Oracle Database

Hi,


I'm trying to implement an SQLJ application that is using date as a variable in its database. The problem is that I cannot send date values from Java to the Database. It considered as...
Showing results 1 to 7 of 7

 




Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.