The Message List has a red border and the Group Panel displays a finely dashedborder in the VisualEditor. ビジュアルエディタでメッセージリストはボーダーが赤く、グループパネルはボーダーが細かい破線になっています。 - NetBeans
The components that send input to the server are displayed with a solid border in the Visual Designer; the components that re-render are displayed with a dashedborder.
ビジュアルデザイナには、入力をサーバーに送信するコンポーネントは実線付きで表示され、再描画するコンポーネントは破線付きで表示されます。 - NetBeans
The transcriptText Static Text appears with both a blue dashedborder and a red dashedborder, indicating that the component re-renders whenever the client receives an Ajax response associated with the commentTx or pollTx Ajax Transactions.In the Adding JavaScript section below, you will add the JavaScript logic that polls the server by firing the pollTx Ajax Transaction.
transcriptText 静的テキストは、青い破線と赤い破線の両方で囲まれて表示され、クライアントが commentTx または pollTx Ajax トランザクションと関連付けられた Ajax 応答を受信すると、常にコンポーネントでの再描画が行われることを示します。 次の「JavaScript の追加」節では、pollTx Ajax トランザクションを開始することによってサーバーをポーリングする JavaScript ロジックを追加します。 - NetBeans