nus-cs2103-AY2425S1 / forum

12 stars 0 forks source link

Share your iP GUI here #187

Open damithc opened 2 months ago

damithc commented 2 months ago

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.

RezwanAhmed123 commented 2 months ago

Here’s my GUI, I think I mostly followed everything up till a bit of level 5. IMG_7945

hooyushing commented 2 months ago
Screenshot 2024-09-03 at 4 29 53 PM

This is my GUI! Follow @doggomochie on instagram :D

Feng1231 commented 2 months ago

image This is my GUI. Didn't change much from part 4

KennethTeo2002 commented 2 months ago

image Here is my GUI, stopped at part 4 and played around with the code on my own.

rxchell commented 2 months ago

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:

Screenshot 2024-09-03 at 18 10 08
WeiHanWong commented 2 months ago
Screenshot 2024-09-03 at 6 40 17 PM
zaidansani commented 2 months ago

image

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

KrashKart commented 2 months ago

Screenshot 2024-09-03 193716

Basically a Whatsapp ripoff involving a Kopitiam uncle called Jackson

yooplo commented 2 months ago

image_2024-09-04_00-16-01

mine is just a purple version of the example

uniqly commented 1 month ago

image Graphics design is my passion.

weijianwong commented 1 month ago

Screenshot 2024-09-04 at 11 00 36 AM

celeschai commented 1 month ago
image
anselmlong commented 1 month ago

image Still in the works, but I finished Level 5!

JYL27 commented 1 month ago
Screenshot 2024-09-04 185002
MAOXIONGKAI commented 1 month ago

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.

Meowloid commented 1 month ago

image Here's mine.

@KrashKart Looks good. How did you achieve the effect of the bot's reply having different colours?

huangjiaxi1111 commented 1 month ago

[

Screenshot 2024-09-05 at 1 51 31 PM

](url) Here is my GUI

lavanyagarg112 commented 1 month ago
image
lithops-zty commented 1 month ago

image Wechat-style minimalist GUI design

emmannyyy commented 1 month ago
GUI screenshot
Raghava-Chittidi commented 1 month ago
GUI
FYL2003 commented 1 month ago
Screenshot 2024-09-06 at 1 00 47 PM

My one only stop at level 4, so it is the most basic version

verakohh commented 1 month ago
image
starbucksventi commented 1 month ago

image

yugan01 commented 1 month ago

image

minhao23 commented 1 month ago

image

tata32000 commented 1 month ago

image

CYX22222003 commented 1 month ago

Screenshot 2024-09-06 140110

Wxy2003-xy commented 1 month ago

Image 10-9-24 at 14 26

jinnsuke commented 1 month ago
image
JoanneHing commented 1 month ago
Ui
kimxw commented 1 week ago

image here is mine :))