Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 12 of 12
Search took 0.01 seconds.
Search: Posts Made By: susam_pal
Forum: Community Introductions Mar 13th, 2006, 10:05 AM
Replies: 25
Views: 703
Posted By susam_pal
If you wanna make a web application you can...

If you wanna make a web application you can should learn HTML, CSS, JavaScript and one server side scripting.

My choice for server side scripting is JSP.
Forum: Java Oct 3rd, 2005, 2:26 AM
Replies: 3
Views: 208
Posted By susam_pal
TeamElement1, can you please share the code? I...

TeamElement1, can you please share the code?

I tried the following code:-



import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
Forum: Java Sep 30th, 2005, 12:44 AM
Replies: 0
Views: 187
Posted By susam_pal
Rectangle in EAST is partially visible

please see the following code:-


import javax.swing.*;
import java.awt.*;
import java.awt.geom.*;

public class ForumRect
{
public static void main(String[] args)
Forum: Java Sep 29th, 2005, 6:14 AM
Replies: 5
Views: 313
Posted By susam_pal
Narue, I am sorry. I paraphrased it. I am quoting...

Narue, I am sorry. I paraphrased it. I am quoting the exact lines this time:-

"For example, if the superclass Employee declares the hireDay field as protected instead of private, then the Manager...
Forum: Java Sep 28th, 2005, 9:18 AM
Replies: 5
Views: 313
Posted By susam_pal
Narue, that was not my question! please go...

Narue, that was not my question! please go through the rule i have mentioned above, the code and then the question!

i want to know whether the rule is incorrect or am i making a mistake in...
Forum: Java Sep 28th, 2005, 7:22 AM
Replies: 5
Views: 313
Posted By susam_pal
Protected features

The book Core-Java by Sun Microsystem says:-

A subclass methods can peek inside the protected field of superclass objects only, not of other super-class objects.

But I have an example below which...
Forum: C Sep 27th, 2005, 11:04 PM
Replies: 6
Views: 350
Posted By susam_pal
(* int) is incorrect!

(* int) is incorrect!
Forum: Java Sep 23rd, 2005, 9:13 AM
Replies: 0
Views: 150
Posted By susam_pal
repaint() and validate() - When to use?

i don't quite understand when to use validate() and when to use repaint().

the book "Core Java" says, when we add or remove components from a panel, we must call the repaint() method of the panel as...
Forum: Java Sep 23rd, 2005, 8:44 AM
Replies: 4
Views: 198
Posted By susam_pal
why do you think pack() violates the tenet of...

why do you think pack() violates the tenet of purist programming? i am sure a lot of people must be using pack() to set their frames to a proper size.
Forum: Java Sep 23rd, 2005, 8:40 AM
Replies: 3
Views: 165
Posted By susam_pal
as a beginner you should keep your CLASSPATH...

as a beginner you should keep your CLASSPATH environment variable empty.

setting the CLASSPATH variables makes sense only when you are treating some folders as the base for packages. you will learn...
Forum: Java Sep 22nd, 2005, 9:19 AM
Replies: 1
Views: 170
Posted By susam_pal
Size of Button before show()

JButton button = new JButton("Click here");
System.out.println(button.getWidth() + ";" + button.getHeight());

The output is always 0;0

Someone in the Yahoo Programming:1 room told me, that we must...
Forum: C Sep 20th, 2005, 9:48 AM
Replies: 8
Views: 244
Posted By susam_pal
if a separate file contains function definitions...

if a separate file contains function definitions it is generally named as a .c file. the funtion declarations (prototypes) of all those functions are written in a .h file! the .h file is included...
Showing results 1 to 12 of 12

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:54 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC