Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help, I would like to know how to convert these html and css files to javaFX desktop application. (I'm using javaFX from Gluon and

Please help, I would like to know how to convert these html and css files to javaFX desktop application. (I'm using javaFX from Gluon and jdk 11).

css code:

body {

background-color: black;

}

div#board {

position: relative;

width: 1024px;

height: 863px;

margin: auto;

background: url("board.jpg") no-repeat;

}

div#messageArea {

position: absolute;

top: 0px;

left: 0px;

color: rgb(83, 175, 19);

}

.hit {

background: url("ship.png") no-repeat center center;

}

.miss {

background: url("miss.png") no-repeat center center;

}

table {

border-spacing: 0px;

/* could use border-collapse instead */

/* border-collapse: collapse; */

position: absolute;

left: 173px;

top: 98px;

}

td {

width: 94px;

height: 94px;

}

form {

position: absolute;

bottom: 0px;

right: 0px;

padding: 15px;

background-color: rgb(83, 175, 19);

}

form input {

background-color: rgb(152, 207, 113);

border-color: rgb(83, 175, 19);

font-size: 1em;

}

HTML code (sorry it convert my code to table automatically)

image text in transcribed

Thanks in advance!

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Pro Oracle Fusion Applications Installation And Administration

Authors: Tushar Thakker

1st Edition

1484209834, 9781484209837

More Books

Students also viewed these Databases questions