E
E
egoizm392021-11-28 12:59:58
Java
egoizm39, 2021-11-28 12:59:58

Error when trying to pass arguments to Eclipse what can I do?

Error when trying to pass arguments in Eclipse61a352dcc44e3295695915.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
B
BorLaze, 2021-11-28
@BorLaze

Arguments have nothing to do with it
. Firstly, the class must be public (public class NewRoot2), and secondly, the file name must match the class name (NewRoot2.java, not newRoot2.java).

A
Alexander, 2015-04-20
@Jiakki-js

For example, trivial:

<style type="text/css">
.invisible-red-line {
    border-bottom: 5px solid red;
}

.white-text-on-red-bg {
    background-color: red;
    color: white;
}
</style>

<div class="invisible-red-line">
    <span class="white-text-on-red-bg">Отзывы о нас</span>
</div>

R
Roman, 2015-04-20
@paradoxo

and if so:
- for the body set overflow-x
- to the text block "Reviews" add a relative position and an after pseudo-element
- to which set a huge width.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question