Open damithc opened 2 months ago
Here’s my GUI, I think I mostly followed everything up till a bit of level 5.
This is my GUI! Follow @doggomochie on instagram :D
This is my GUI. Didn't change much from part 4
Here is my GUI, stopped at part 4 and played around with the code on my own.
Hello, my GUI is close to the one reached in JavaFX tutorial part 4! I will be updating it later for further increments beyond part 4, but below is the one at part 4:
Nothing particularly special about mine, I wanted to do something that looked like WhatsApp - so I kept it simple. I think the main difference is that my chat windows are separated for messages with spaces in them
Basically a Whatsapp ripoff involving a Kopitiam uncle called Jackson
mine is just a purple version of the example
Graphics design is my passion.
Still in the works, but I finished Level 5!
Here's mine. (Please don't ask me why I change the chat bot from Java's mascot to Go's mascot lol)
I realize that when the message box is too big, the pointing edge of the dialog bubble would not correctly point to the avatar as the avatar itself would always stay the top of the control.
But there's an easy workaround with this issue, all you need to do is just wrap the ImageView that represent the avatar in a VBox and set the alignment to BOTTOME_CENTER
like below:
<VBox alignment="BOTTOM_CENTER">
<ImageView fx:id="displayPicture" fitHeight="99.0" fitWidth="99.0" pickOnBounds="true" preserveRatio="true"/
</VBox>
and then you can easily get the result like the above image.
Here's mine.
@KrashKart Looks good. How did you achieve the effect of the bot's reply having different colours?
[
](url) Here is my GUI
Wechat-style minimalist GUI design
My one only stop at level 4, so it is the most basic version
here is mine :))
If you have managed to implement the iP GUI (i.e.,
Level-10
) already, you are encouraged to share a screenshot of your GUI here.Level-10
(i.e., they can compare their code with your code to find what they are doing differently) -- it's good to have a few (about 5) in this category here.