| Author |
hashmap to public in NetBeans
|
M. Ardevol
Greenhorn
Joined: Jul 19, 2009
Posts: 2
|
|
taking a look at the hashmap class I knew it is indeed declared as a public class.
I weren't able to access a created hashmap from the inside of a private void.
Tried to create a public class that extends Hashmap but with any fixing effect.
¿Any clue?
I want to make a public Hashmap or a Extended Class of a Hashmap.
but I need to be able to see a hasmap inside an event-generated-process (private).
take it easy, thanks
|
 |
Rob Spoor
Sheriff
Joined: Oct 27, 2005
Posts: 19216
|
|
Not Swing related, so moving to the beginner forum.
And while you're at it, please read your private messages.
|
SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
|
 |
M. Ardevol
Greenhorn
Joined: Jul 19, 2009
Posts: 2
|
|
Rob Prime wrote:Not Swing related, so moving to the beginner forum.
And while you're at it, please read your private messages.
I'm not a begginer but a newbie.
So ¿where is it that begginers forum you moved me to? just to find it.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
|
|
M. Ardevol wrote:I'm not a begginer but a newbie.
So ¿where is it that begginers forum you moved me to? just to find it.
The forum is called beginners. And here it is.
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12929
|
|
|
Can you explain in more details, perhaps with some code examples, exactly what the problem is? The way you described it above is hard to understand...
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: hashmap to public in NetBeans
|
|
|