> Dear All,
>
[quoted text clipped - 26 lines]
> Windows Paint*."
> What does this mean?
Why don't you ask the client/teacher for clarification? I'd imagine it
means where-ever you would draw something 1 pixel tall by 1 pixel wide, you
would instead draw something 10 pixels tall by 10 pixels wide.
> 2. "a JPanel that draws a list of semi-transparent (alpha = 128)
> rectangles with a border"
> What does this mean?
You have a list of rectangles via the addRectangle method, right? So
draw them with alpha transparency. The client/teacher/whatever is probably
assuming a scale of 0 to 255 (again, ask for clarification), so this means
50% transparent.
http://en.wikipedia.org/wiki/Alpha_transparency
- Oliver
Leo Smith - 25 May 2006 23:17 GMT
Thank you very much. That helps a lot.
One more thing I am not clear: "a list of rectangles". Does it mean the
following:
I have a list, currently with two rectangles. So the window shows two
rectangles in it. If the method AddRectangle is called and one rectangle
is added to the list, the window shows three rectangles.
Is my understanding correct? Thank you.
Oliver Wong - 26 May 2006 14:44 GMT
> Thank you very much. That helps a lot.
>
[quoted text clipped - 6 lines]
>
> Is my understanding correct? Thank you.
Ask for clarification from your client/teacher/whatever.
- Oliver
Leo Smith - 26 May 2006 15:19 GMT
This is a job interview related tech testing project. I avoid to bother
the interview manager.
If you could explain a little or even provide some hints/guidance, I
would be greatly appreciative for that.
>> Thank you very much. That helps a lot.
>>
[quoted text clipped - 10 lines]
>
> - Oliver
Oliver Wong - 26 May 2006 15:41 GMT
[post re-ordered]
>> Ask for clarification from your client/teacher/whatever.
>
[quoted text clipped - 3 lines]
> If you could explain a little or even provide some hints/guidance, I would
> be greatly appreciative for that.
Perhaps part of the test is to see if you would, when given insufficient
information, actively seek out that information, or just randomly guess what
the information should be.
E.g. let's say someone hires you to build a house. So you start building
it, and then you realize you don't know how many floors the person wants for
their house. Would you ask them how many floors, or would you just decide 2
is a good number and built a 2-story house?
- Oliver