Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java - Styling an application

Tags:

java

Okay, i am officially scared to ask this question. I am a PHP developer that is attempting to learn the language of JAVA. My experience limits me to PHP, JavaScript and basic CSS to develop and style my web apps.

I would like to know, and this is embarrassing, What technology is used to "Style" JAVA Applications just like CSS is used to "Style" HTML & PHP applications?

I feel so stupid asking this! Please don't think i am an idiot, i am really good with PHP.

I tried to google the answer but gained more questions than answers.

like image 684
WiredIn Avatar asked Nov 18 '25 18:11

WiredIn


1 Answers

Web Application using Java:

Frontend is  same i.e. HTML/Javascript/CSS
Backend Java (from where data you will get, connect with DB etc etc) similar to role of PHP

Desktop Application:

you can use Java Swing for UI and other API for respective work.

Mobile Application:

use J2ME API for developing application
UI here is developed using JAVA API(only api that are allowed to use under KVM (kilobyte virtual machine)).
For better look and feel there are frameworks for it.   
like image 88
Jayesh Avatar answered Nov 21 '25 07:11

Jayesh



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!