Rectangular Map

Hello guys

I need creat a rectangular map diagram.
My diagram must draw a line (on some 2 o 3 styles, along the scrooll), and on two sider of this line, some pictures. This pictures must have some tips when mouse is over. My diagram must be a vertical scrollbar.
Can be simple, but I’m new on this area.

Anyone have some link to any stuff?

I need use java too!!!

I have attached a mspaint image of my diagram!!

Thanks guys

Hehe, sounds like homework. :stuck_out_tongue:

Well…search the forum…if u need some code i could send some of my old implementations of square map.

Regards.

Yes, is like some homework!!!

Please, if you can send you some demo…

nicopreto@hotmail.com

While your honesty about what youa re trying to do is laudable… your ethics as a student as less so.

Asking others to write your code for you is called “plagerism” and is a bounceable offense from most insitutes of education.

We strongly discourage people here facillitating such behavior.

Try reformulating your question as a question about HOW yo go about the work yourself, rather then asking someone else
to do it for you.

Sorry Jeff…

I dont want offense guys like you!!!

You MUST read my post again, I’m only want some *** stuff ***, not YOUR BIG WORK!

Really… I’m sorry!

Well them what are you having difficulty with? What can’t you figure out?

Ask us specific questions and your liekly to get some answers… “send me some code that does this”
isn’t likely to get you any response at all.

Jeff, you is a arrogant. :-\

In my first post: Anyone have some link to any stuff?
No project sources required in this question!

Post of Slux: Stuff, in my opinion, is links, docs, ideas… “if u need some code i could send some of my old implementations of square map.”

In my next post: “if you can send you some demo…”
Again, I don’t want you full project, if you known, demo is not a full project including source code…

In your last post, you affirm that I asked for “send me some code that does this”.
Sorry, are you crazy. You do not want to read what is written. You only want to speak what you thinks.
You must have 3 years age.

Please, if YOU don’t want help, does not create problems.

Thanks a lot, and sorry for all…

* cylab grabs some popcorn

;D

brazuca, jeff isn’t arrogant, I agree with him. You learn more from doing things yourself. however, we can help you a bit. But even with all the comments so far I don’t understand what it is what you want in the first place. I understand that english is not your first language… but could you explain more clearly what it is you want to know? I’m sure we are willing to give some pointers without writing the entire program for you.

Thanks by your words tusaki

Yes, you are right! English is not my first english, like my name say, I’m brazilian… Sorry by my bas english…
Like in my first post, I only want some tips of how create a scrollable (vertical) square map.

Tips, docs, articles… all is important…

And I don’t want source code, I only want some first steps…

Source code is not my problem, I only have accepted some stuff of SluX (thanks a lot SluX). This is not a muder… :wink:

Thanks tusaki!

Will a JScrollPane work for you?

A scrollable map. ok first, how about extending a JComponent which draws all the squares of your map. After that, insert the JComponent into a JScrollPane to make it scrollable :slight_smile:

Thanks guys!

This is my start point… I will try it!